Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibxt_pkttype.c27 {"multicast", PACKET_MULTICAST, 1, "to group"},
34 {"mcast", PACKET_MULTICAST, 0, NULL},
/external/kernel-headers/original/linux/
Dif_packet.h26 #define PACKET_MULTICAST 2 /* To group */ macro
Dnetdevice.h1030 skb->pkt_type != PACKET_MULTICAST) in skb_bond_should_drop()
/external/iputils/
Drarpd.c435 sll.sll_pkttype != PACKET_MULTICAST && in serve_it()
Darping.c388 FROM->sll_pkttype != PACKET_MULTICAST) in recv_pack()
/external/strace/
Dnet.c1179 #if defined(PACKET_MULTICAST)
1180 { PACKET_MULTICAST, "PACKET_MULTICAST" },
/external/libpcap/
Dpcap-linux.c608 case PACKET_MULTICAST: in pcap_read_packet()