HomeSort by relevance Sort by last modified time
    Searched refs:sll_pkttype (Results 1 - 9 of 9) sorted by null

  /external/libpcap/pcap/
sll.h 86 u_int16_t sll_pkttype; /* packet type */ member in struct:sll_header
94 * The LINUX_SLL_ values for "sll_pkttype"; these correspond to the
  /development/ndk/platforms/android-3/include/linux/
if_packet.h 28 unsigned char sll_pkttype; member in struct:sockaddr_ll
  /development/ndk/platforms/android-L/include/linux/
if_packet.h 35 unsigned char sll_pkttype; member in struct:sockaddr_ll
  /bionic/libc/kernel/uapi/linux/
if_packet.h 35 unsigned char sll_pkttype; member in struct:sockaddr_ll
  /external/kernel-headers/original/uapi/linux/
if_packet.h 17 unsigned char sll_pkttype; member in struct:sockaddr_ll
  /external/iputils/
arping.c 386 if (FROM->sll_pkttype != PACKET_HOST &&
387 FROM->sll_pkttype != PACKET_BROADCAST &&
388 FROM->sll_pkttype != PACKET_MULTICAST)
442 printf("%s ", FROM->sll_pkttype==PACKET_HOST ? "Unicast" : "Broadcast");
470 if (FROM->sll_pkttype != PACKET_HOST)
rarpd.c 434 if (sll.sll_pkttype != PACKET_BROADCAST &&
435 sll.sll_pkttype != PACKET_MULTICAST &&
436 sll.sll_pkttype != PACKET_HOST)
  /external/android-clat/
clatd.c 115 .sll_pkttype = PACKET_OTHERHOST, // The 464xlat IPv6 address is not assigned to the kernel.
  /external/libpcap/
pcap-linux.c     [all...]

Completed in 459 milliseconds