Searched refs:PACKET_MULTICAST (Results 1 – 7 of 7) sorted by relevance
/external/iptables/extensions/ |
D | libxt_pkttype.c | 27 {"multicast", PACKET_MULTICAST, 1, "to group"}, 34 {"mcast", PACKET_MULTICAST, 0, NULL},
|
/external/kernel-headers/original/linux/ |
D | if_packet.h | 26 #define PACKET_MULTICAST 2 /* To group */ macro
|
D | netdevice.h | 1030 skb->pkt_type != PACKET_MULTICAST) in skb_bond_should_drop()
|
/external/iputils/ |
D | rarpd.c | 435 sll.sll_pkttype != PACKET_MULTICAST && in serve_it()
|
D | arping.c | 388 FROM->sll_pkttype != PACKET_MULTICAST) in recv_pack()
|
/external/strace/ |
D | net.c | 1179 #if defined(PACKET_MULTICAST) 1180 { PACKET_MULTICAST, "PACKET_MULTICAST" },
|
/external/libpcap/ |
D | pcap-linux.c | 608 case PACKET_MULTICAST: in pcap_read_packet()
|