/external/ltp/testcases/kernel/syscalls/setsockopt/ |
D | setsockopt02.c | 33 #ifndef ETH_P_ALL 34 # define ETH_P_ALL 0x0003 macro 86 sk = SAFE_SOCKET(AF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in create_skbuf()
|
/external/scapy/scapy/arch/ |
D | pcapdnet.py | 179 def __init__(self, iface = None, type = ETH_P_ALL, promisc=None, filter=None): 193 if type == ETH_P_ALL: # Do not apply any filter if Ethernet type is given 241 def __init__(self, iface = None, type = ETH_P_ALL, promisc=None, filter=None, nofilter=0): 258 if type != ETH_P_ALL: # PF_PACKET stuff. Need to emulate this for pcap 268 if type != ETH_P_ALL: # PF_PACKET stuff. Need to emulate this for pcap 440 def __init__(self, iface = None, type = ETH_P_ALL, promisc=None, filter=None): 454 if type == ETH_P_ALL: # Do not apply any filter if Ethernet type is given 579 def __init__(self, type = ETH_P_ALL, promisc=None, filter=None, iface=None, nofilter=0): 594 if type != ETH_P_ALL: # PF_PACKET stuff. Need to emulate this for pcap 604 if type != ETH_P_ALL: # PF_PACKET stuff. Need to emulate this for pcap [all …]
|
D | linux.py | 399 def __init__(self, type = ETH_P_ALL, filter=None, promisc=None, iface=None, nofilter=0): 494 def __init__(self, iface=None, type=ETH_P_ALL, promisc=None, filter=None, nofilter=0): 558 def __init__(self, iface = None, type = ETH_P_ALL, promisc=None, filter=None, nofilter=0):
|
/external/bcc/tests/python/ |
D | test_xlate1.py | 36 protocol=protocols.ETH_P_ALL, classid=1, target=0x10002, keys=['0x0/0x0+0']) 38 protocol=protocols.ETH_P_ALL, classid=1, target=0x10002, keys=['0x0/0x0+0'])
|
/external/strace/xlat/ |
D | ethernet_protocols.h | 20 #if defined(ETH_P_ALL) || (defined(HAVE_DECL_ETH_P_ALL) && HAVE_DECL_ETH_P_ALL) 22 static_assert((ETH_P_ALL) == (0x0003), "ETH_P_ALL != 0x0003"); 25 # define ETH_P_ALL 0x0003 652 XLAT(ETH_P_ALL),
|
D | ethernet_protocols.in | 4 ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */
|
/external/iproute2/include/uapi/linux/ |
D | if_ether.h | 121 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
|
/external/libnl/include/linux-private/linux/ |
D | if_ether.h | 124 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_ether.h | 128 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) */ macro
|
/external/scapy/scapy/ |
D | sendrecv.py | 20 from scapy.data import ETH_P_ALL, MTU 391 def srp(x, promisc=None, iface=None, iface_hint=None, filter=None, nofilter=0, type=ETH_P_ALL, *arg… 698 (L2socket(type=ETH_P_ALL, iface=ifname, *arg, **karg), ifname) 703 (L2socket(type=ETH_P_ALL, iface=ifname, *arg, **karg), iflabel) 707 sniff_sockets[L2socket(type=ETH_P_ALL, iface=iface,
|
D | data.py | 30 ETH_P_ALL = 3 variable
|
/external/wpa_supplicant_8/src/ap/ |
D | x_snoop.c | 75 l2 = l2_packet_init(conf->bridge, NULL, ETH_P_ALL, handler, hapd, 1); in x_snoop_get_l2_packet()
|
/external/ltp/testcases/kernel/containers/share/ |
D | ns_ifmove.c | 58 sock_fd = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in get_intf_index_from_name()
|
/external/scapy/scapy/arch/bpf/ |
D | supersocket.py | 20 from scapy.data import ETH_P_ALL 43 def __init__(self, iface=None, type=ETH_P_ALL, promisc=None, filter=None, nofilter=0):
|
/external/wpa_supplicant_8/src/l2_packet/ |
D | l2_packet_linux.c | 386 htons(ETH_P_ALL)); in l2_packet_init_bridge() 397 ll.sll_protocol = htons(ETH_P_ALL); in l2_packet_init_bridge()
|
/external/wpa_supplicant_8/src/utils/ |
D | common.h | 323 #ifndef ETH_P_ALL 324 #define ETH_P_ALL 0x0003 macro
|
/external/libnl/lib/route/ |
D | cls.c | 113 return ETH_P_ALL; in rtnl_cls_get_protocol()
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmp_redirector.c | 229 if ((sd = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL))) < 0) in open_socket() 242 lla.sll_protocol = htons(ETH_P_ALL); in open_socket()
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | psock_tpacket.c | 399 rcv_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in walk_tx() 737 ring->ll.sll_protocol = htons(ETH_P_ALL); in bind_ring()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 407 drv->monitor_sock = socket(PF_PACKET, SOCK_RAW, htons(ETH_P_ALL)); in nl80211_create_monitor_interface()
|
D | driver_roboswitch.c | 215 drv->l2 = l2_packet_init(drv->ifname, NULL, ETH_P_ALL, in wpa_driver_roboswitch_set_param()
|
/external/bcc/src/cc/ |
D | libbpf.c | 640 sock = socket(PF_PACKET, SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC, htons(ETH_P_ALL)); in bpf_open_raw_sock() 658 sll.sll_protocol = htons(ETH_P_ALL); in bpf_open_raw_sock()
|
/external/iproute2/tc/ |
D | tc_filter.c | 70 protocol = htons(ETH_P_ALL); in tc_filter_modify()
|
/external/strace/tests-m32/ |
D | net-sockaddr.c | 498 .sll_protocol = htons(ETH_P_ALL), in check_ll()
|
/external/strace/tests-mx32/ |
D | net-sockaddr.c | 498 .sll_protocol = htons(ETH_P_ALL), in check_ll()
|