HomeSort by relevance Sort by last modified time
    Searched refs:h_proto (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /bionic/libc/kernel/common/linux/
if_ether.h 112 __be16 h_proto; member in struct:ethhdr
  /external/iproute2/include/linux/
if_ether.h 121 __be16 h_proto; /* packet type ID field */ member in struct:ethhdr
  /external/kernel-headers/original/linux/
if_ether.h 121 __be16 h_proto; /* packet type ID field */ member in struct:ethhdr
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 84 #define h_proto ether_type macro
100 #define h_proto ether_type macro
discovery.c 262 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
432 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
common.c 412 packet.ethHdr.h_proto = htons(Eth_PPPOE_Discovery);
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 400 eth_hdr.h_proto = htons(proto);
484 if(ntohs(hdr->h_proto) == ETH_P_IP || ntohs(hdr->h_proto) == ETH_P_ARP)
486 BTIF_TRACE_DEBUG1("unknown proto:%x", ntohs(hdr->h_proto));
504 ntohs(eth_hdr->h_proto), (UINT8*)packet, size, 0);
  /external/qemu/slirp/
slirp.c 577 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
626 reh->h_proto = htons(ETH_P_ARP);
709 reh->h_proto = htons(ETH_P_ARP);
731 eh->h_proto = htons(ETH_P_IP);
  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 256 ethhdr->h_proto = host_to_be16(ETH_P_PREAUTH);
  /external/qemu/slirp-android/
slirp.c 666 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
719 reh->h_proto = htons(ETH_P_ARP);
802 reh->h_proto = htons(ETH_P_ARP);
824 eh->h_proto = htons(ETH_P_IP);
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 65 eth->h_proto = htons(proto);
l2_packet_pcap.c 100 eth->h_proto = htons(proto);
l2_packet_winpcap.c 91 eth->h_proto = htons(proto);

Completed in 491 milliseconds

12 3