OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACKET_MULTICAST
(Results
51 - 59
of
59
) sorted by null
1
2
3
/external/iptables/extensions/
libxt_pkttype.c
27
{"multicast",
PACKET_MULTICAST
, 1, "to group"},
34
{"mcast",
PACKET_MULTICAST
, 0, NULL},
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_packet.h
28
#define
PACKET_MULTICAST
2 /* To group */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
28
#define
PACKET_MULTICAST
2 /* To group */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
28
#define
PACKET_MULTICAST
2 /* To group */
/external/iputils/
rarpd.c
435
sll.sll_pkttype !=
PACKET_MULTICAST
&&
arping.c
388
FROM->sll_pkttype !=
PACKET_MULTICAST
)
/external/kernel-headers/original/linux/
netdevice.h
1030
skb->pkt_type !=
PACKET_MULTICAST
)
/external/strace/
net.c
1179
#if defined(
PACKET_MULTICAST
)
1180
{
PACKET_MULTICAST
, "
PACKET_MULTICAST
" },
[
all
...]
/external/libpcap/
pcap-linux.c
608
case
PACKET_MULTICAST
:
[
all
...]
Completed in 306 milliseconds
1
2
3