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

1 2 3 4 5 6 7 8

  /external/syslinux/gpxe/src/include/gpxe/
if_arp.h 47 struct arphdr { struct
68 * @v arphdr ARP header
71 static inline void * arp_sender_ha ( struct arphdr *arphdr ) {
72 return ( ( ( void * ) arphdr ) + sizeof ( *arphdr ) );
77 * @v arphdr ARP header
80 static inline void * arp_sender_pa ( struct arphdr *arphdr ) {
81 return ( arp_sender_ha ( arphdr ) + arphdr->ar_hln )
    [all...]
  /external/syslinux/gpxe/src/net/
arp.c 119 struct arphdr *arphdr; local
135 iobuf = alloc_iob ( MAX_LL_HEADER_LEN + sizeof ( *arphdr ) +
142 arphdr = iob_put ( iobuf, sizeof ( *arphdr ) );
143 arphdr->ar_hrd = ll_protocol->ll_proto;
144 arphdr->ar_hln = ll_protocol->ll_addr_len;
145 arphdr->ar_pro = net_protocol->net_proto;
146 arphdr->ar_pln = net_protocol->net_addr_len;
147 arphdr->ar_op = htons ( ARPOP_REQUEST )
199 struct arphdr *arphdr = iobuf->data; local
    [all...]
  /external/syslinux/gpxe/src/core/
gdbudp.c 61 struct arphdr *arphdr; local
80 arphdr = iob->data;
81 if ( iob_len ( iob ) < sizeof ( *arphdr ) + 2 * ( ETH_ALEN + sizeof ( struct in_addr ) ) ||
82 arphdr->ar_hrd != htons ( ARPHRD_ETHER ) ||
83 arphdr->ar_pro != htons ( ETH_P_IP ) ||
84 arphdr->ar_hln != ETH_ALEN ||
85 arphdr->ar_pln != sizeof ( struct in_addr ) ||
86 arphdr->ar_op != htons ( ARPOP_REQUEST ) ||
87 * ( uint32_t * ) arp_target_pa ( arphdr ) != source_addr.sin_addr.s_addr )
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
if_ether.h 73 struct arphdr ea_hdr; /* fixed-size header */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
if_ether.h 73 struct arphdr ea_hdr; /* fixed-size header */
  /bionic/libc/include/netinet/
if_ether.h 63 struct arphdr ea_hdr; /* fixed-size header */
  /bionic/libc/kernel/uapi/linux/
if_arp.h 136 struct arphdr { struct
  /development/ndk/platforms/android-21/include/linux/
if_arp.h 136 struct arphdr { struct
  /development/ndk/platforms/android-9/include/linux/
if_arp.h 109 struct arphdr struct
  /external/iproute2/include/linux/
if_arp.h 141 struct arphdr { struct
  /external/kernel-headers/original/uapi/linux/
if_arp.h 141 struct arphdr { struct
  /external/libnl/include/linux-private/linux/
if_arp.h 137 struct arphdr { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
if_arp.h 136 struct arphdr struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_arp.h 137 struct arphdr { struct
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
if_arp.h 109 struct arphdr struct

Completed in 861 milliseconds

1 2 3 4 5 6 7 8