HomeSort by relevance Sort by last modified time
    Searched refs:PACKET_HOST (Results 1 - 25 of 46) sorted by null

1 2

  /external/strace/xlat/
af_packet_types.h 11 #if defined(PACKET_HOST) || (defined(HAVE_DECL_PACKET_HOST) && HAVE_DECL_PACKET_HOST)
12 XLAT(PACKET_HOST),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netpacket/
packet.h 36 #define PACKET_HOST 0 /* To us. */
  /external/iptables/extensions/
libxt_pkttype.c 30 {"unicast", PACKET_HOST, 1, "to us"},
40 {"host", PACKET_HOST, 0, NULL}
124 {"unicast", PACKET_HOST},
  /external/iproute2/tc/
m_skbedit.c 100 ptype = PACKET_HOST;
204 if (*ptype == PACKET_HOST)
  /external/toybox/toys/pending/
arping.c 140 if (from->sll_pkttype != PACKET_HOST && from->sll_pkttype != PACKET_BROADCAST
159 from->sll_pkttype == PACKET_HOST ? "Uni" : "Broad",
173 if (from->sll_pkttype != PACKET_HOST) TT.brd_rcv++;
dhcp6.c 256 if (setsockopt(TT.sock, SOL_PACKET, PACKET_HOST,&constone, sizeof(int)) < 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_packet.h 24 #define PACKET_HOST 0 /* To us */
  /bionic/libc/kernel/uapi/linux/
if_packet.h 36 #define PACKET_HOST 0
  /external/iproute2/include/uapi/linux/
if_packet.h 25 #define PACKET_HOST 0 /* To us */
  /external/kernel-headers/original/uapi/linux/
if_packet.h 25 #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/ltp/testcases/network/stress/ns-tools/
ns-icmpv4_sender.c 325 fake_p->saddr_ll.sll_pkttype = PACKET_HOST; /* Packet type */
ns-icmpv6_sender.c 185 lladdr_p->sll_pkttype = PACKET_HOST; /* Packet type */
  /external/iputils/Modules/
pg3.c 287 skb->pkt_type = PACKET_HOST;
  /external/strace/tests/
net-sockaddr.c 324 .sll_pkttype = PACKET_HOST,
334 ", sll_pkttype=PACKET_HOST, sll_halen=%u, sll_addr="
349 ", sll_pkttype=PACKET_HOST, sll_halen=%u, sll_addr="
364 ", sll_pkttype=PACKET_HOST, sll_halen=0}, %u)"
374 ", sll_pkttype=PACKET_HOST, sll_halen=0}, %u)"
  /external/strace/tests-m32/
net-sockaddr.c 324 .sll_pkttype = PACKET_HOST,
334 ", sll_pkttype=PACKET_HOST, sll_halen=%u, sll_addr="
349 ", sll_pkttype=PACKET_HOST, sll_halen=%u, sll_addr="
364 ", sll_pkttype=PACKET_HOST, sll_halen=0}, %u)"
374 ", sll_pkttype=PACKET_HOST, sll_halen=0}, %u)"
  /external/strace/tests-mx32/
net-sockaddr.c 324 .sll_pkttype = PACKET_HOST,
334 ", sll_pkttype=PACKET_HOST, sll_halen=%u, sll_addr="
349 ", sll_pkttype=PACKET_HOST, sll_halen=%u, sll_addr="
364 ", sll_pkttype=PACKET_HOST, sll_halen=0}, %u)"
374 ", sll_pkttype=PACKET_HOST, sll_halen=0}, %u)"
  /external/scapy/scapy/arch/
linux.py 83 PACKET_HOST = 0 # To us
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/libpcap/
pcap-linux.c 180 * So we check whether PACKET_HOST is defined, and assume that we have
183 # ifdef PACKET_HOST
188 # endif /* PACKET_HOST */
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 670 PACKET_HOST = 0x0
    [all...]
zerrors_linux_amd64.go 670 PACKET_HOST = 0x0
    [all...]

Completed in 818 milliseconds

1 2