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

1 2

  /external/libpcap/
sll.h 87 u_int16_t sll_protocol; /* protocol */ member in struct:sll_header
103 * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
pcap-linux.c 631 hdrp->sll_protocol = from.sll_protocol;
    [all...]
  /external/tcpdump/
sll.h 90 u_int16_t sll_protocol; /* protocol */ member in struct:sll_header
106 * The LINUX_SLL_ values for "sll_protocol"; these correspond to the
print-sll.c 69 ether_type = EXTRACT_16BITS(&sllp->sll_protocol);
145 ether_type = ntohs(sllp->sll_protocol);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netpacket/
packet.h 26 unsigned short int sll_protocol; member in struct:sockaddr_ll
  /bionic/libc/kernel/common/linux/
if_packet.h 25 unsigned short sll_protocol; member in struct:sockaddr_ll
  /development/ndk/platforms/android-3/include/linux/
if_packet.h 25 unsigned short sll_protocol; member in struct:sockaddr_ll
  /external/kernel-headers/original/linux/
if_packet.h 14 unsigned short sll_protocol; member in struct:sockaddr_ll
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_wanpipe.h 24 unsigned short sll_protocol; member in struct:wan_sockaddr_ll
if_packet.h 16 __be16 sll_protocol; member in struct:sockaddr_ll
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_packet.h 25 unsigned short sll_protocol; member in struct:sockaddr_ll
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_packet.h 25 unsigned short sll_protocol; member in struct:sockaddr_ll
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_packet.h 25 unsigned short sll_protocol; member in struct:sockaddr_ll
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_packet.h 25 unsigned short sll_protocol; member in struct:sockaddr_ll
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_packet.h 25 unsigned short sll_protocol; member in struct:sockaddr_ll
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_packet.h 25 unsigned short sll_protocol; member in struct:sockaddr_ll
  /external/dhcpcd/
lpf.c 85 su.sll.sll_protocol = htons(protocol);
134 su.sll.sll_protocol = htons(protocol);
  /external/wpa_supplicant/
l2_packet_linux.c 60 ll.sll_protocol = htons(proto);
130 ll.sll_protocol = htons(protocol);
driver_broadcom.c 329 ll.sll_protocol = ntohs(ETH_P_802_2);
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_linux.c 60 ll.sll_protocol = htons(proto);
131 ll.sll_protocol = htons(protocol);
  /system/core/libnetutils/
packet.c 53 bindaddr.sll_protocol = htons(ETH_P_IP);
141 destaddr.sll_protocol = htons(ETH_P_IP);
  /external/iproute2/misc/
arpd.c 224 sll.sll_protocol = htons(ETH_P_ARP);
762 sll.sll_protocol = htons(ETH_P_ARP);
  /external/iproute2/ip/
iplink.c 557 me.sll_protocol = htons(ETH_P_LOOP);
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_broadcom.c 334 ll.sll_protocol = ntohs(ETH_P_802_2);
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 492 sa.sll_protocol = htons(type);

Completed in 1792 milliseconds

1 2