OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PACKET_HOST
(Results
51 - 59
of
59
) sorted by null
1
2
3
/external/iptables/extensions/
libxt_pkttype.c
25
{"unicast",
PACKET_HOST
, 1, "to us"},
35
{"host",
PACKET_HOST
, 0, NULL}
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_packet.h
26
#define
PACKET_HOST
0 /* To us */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
26
#define
PACKET_HOST
0 /* To us */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_packet.h
26
#define
PACKET_HOST
0 /* To us */
/external/iputils/
arping.c
386
if (FROM->sll_pkttype !=
PACKET_HOST
&&
442
printf("%s ", FROM->sll_pkttype==
PACKET_HOST
? "Unicast" : "Broadcast");
470
if (FROM->sll_pkttype !=
PACKET_HOST
)
rarpd.c
436
sll.sll_pkttype !=
PACKET_HOST
)
/external/libpcap/
pcap-linux.c
139
* So we check whether
PACKET_HOST
is defined, and assume that we have
142
# ifdef
PACKET_HOST
144
# endif /*
PACKET_HOST
*/
600
case
PACKET_HOST
:
[
all
...]
/external/iputils/Modules/
pg3.c
287
skb->pkt_type =
PACKET_HOST
;
/external/strace/
net.c
1173
#if defined(
PACKET_HOST
)
1174
{
PACKET_HOST
, "
PACKET_HOST
" },
[
all
...]
Completed in 37 milliseconds
1
2
3