OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACKET_BROADCAST
(Results
51 - 59
of
59
) sorted by null
1
2
3
/external/iptables/extensions/
libxt_pkttype.c
26
{"broadcast",
PACKET_BROADCAST
, 1, "to all"},
33
{"bcast",
PACKET_BROADCAST
, 0, NULL},
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_packet.h
27
#define
PACKET_BROADCAST
1 /* To all */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
27
#define
PACKET_BROADCAST
1 /* To all */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
27
#define
PACKET_BROADCAST
1 /* To all */
/external/iputils/
rarpd.c
434
if (sll.sll_pkttype !=
PACKET_BROADCAST
&&
arping.c
387
FROM->sll_pkttype !=
PACKET_BROADCAST
&&
/external/kernel-headers/original/linux/
netdevice.h
1029
if (skb->pkt_type !=
PACKET_BROADCAST
&&
/external/strace/
net.c
1176
#if defined(
PACKET_BROADCAST
)
1177
{
PACKET_BROADCAST
, "
PACKET_BROADCAST
" },
[
all
...]
/external/libpcap/
pcap-linux.c
604
case
PACKET_BROADCAST
:
[
all
...]
Completed in 357 milliseconds
1
2
3