summaryrefslogtreecommitdiffstats
path: root/scripts/external_libs/scapy-2.3.1/python3/scapy/arch/bsd.py
blob: c422030874084c2d436a63e828186fb6275da030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## This file is part of Scapy
## See http://www.secdev.org/projects/scapy for more informations
## Copyright (C) Philippe Biondi <phil@secdev.org>
## This program is published under a GPLv2 license

"""
Support for BSD-like operating systems such as FreeBSD, OpenBSD and Mac OS X.
"""

LOOPBACK_NAME="lo0"

from .unix import *