Home
last modified time | relevance | path

Searched refs:PACKET_MULTICAST (Results 1 – 14 of 14) sorted by relevance

/external/strace/xlat/
Daf_packet_types.h17 #if defined(PACKET_MULTICAST) || (defined(HAVE_DECL_PACKET_MULTICAST) && HAVE_DECL_PACKET_MULTICAST)
18 XLAT(PACKET_MULTICAST),
Daf_packet_types.in3 PACKET_MULTICAST
/external/iptables/extensions/
Dlibxt_pkttype.c32 {"multicast", PACKET_MULTICAST, 1, "to group"},
39 {"mcast", PACKET_MULTICAST, 0, NULL},
126 {"multicast", PACKET_MULTICAST},
/external/iproute2/tc/
Dm_skbedit.c104 ptype = PACKET_MULTICAST; in parse_skbedit()
208 else if (*ptype == PACKET_MULTICAST) in print_skbedit()
/external/kernel-headers/original/uapi/linux/
Dif_packet.h27 #define PACKET_MULTICAST 2 /* To group */ macro
/external/iproute2/include/uapi/linux/
Dif_packet.h27 #define PACKET_MULTICAST 2 /* To group */ macro
/external/toybox/toys/pending/
Darping.c141 && from->sll_pkttype != PACKET_MULTICAST) return; in recv_from()
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmpv6_sender.c217 lladdr_p->sll_pkttype = PACKET_MULTICAST; /* Packet type */ in calc_hd_mcastaddr()
/external/iputils/
Drarpd.c435 sll.sll_pkttype != PACKET_MULTICAST && in serve_it()
Darping.c388 FROM->sll_pkttype != PACKET_MULTICAST) in recv_pack()
/external/scapy/scapy/arch/
Dlinux.py85 PACKET_MULTICAST = 2 # To group variable
/external/python/cpython2/Modules/
Dsocketmodule.c4833 #ifdef PACKET_MULTICAST
4834 PyModule_AddIntMacro(m, PACKET_MULTICAST);
/external/python/cpython3/Modules/
Dsocketmodule.c6801 #ifdef PACKET_MULTICAST
6802 PyModule_AddIntMacro(m, PACKET_MULTICAST);
/external/libpcap/
Dpcap-linux.c2800 case PACKET_MULTICAST: