HomeSort by relevance Sort by last modified time
    Searched defs:h_proto (Results 1 - 14 of 14) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet.h 41 be16 h_proto; member in struct:l2_ethhdr
  /external/wpa_supplicant/
l2_packet.h 52 u16 h_proto; member in struct:l2_ethhdr
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
if_ether.h 78 __be16 h_proto; member in struct:ethhdr
  /bionic/libc/kernel/common/linux/
if_ether.h 91 __be16 h_proto; member in struct:ethhdr
  /external/iproute2/include/linux/
if_ether.h 120 __be16 h_proto; /* packet type ID field */ member in struct:ethhdr
  /external/kernel-headers/original/linux/
if_ether.h 120 __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
  /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/qemu/slirp-android/
slirp.c 658 unsigned short h_proto; /* packet type ID field */ member in struct:ethhdr
711 reh->h_proto = htons(ETH_P_ARP);
794 reh->h_proto = htons(ETH_P_ARP);
816 eh->h_proto = htons(ETH_P_IP);

Completed in 1103 milliseconds