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

  /external/syslinux/gpxe/src/net/
iobpad.c 60 iob_push ( iobuf, headroom );
ethernet.c 56 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) );
icmpv6.c 111 struct ip6_header *ip6hdr = iob_push ( rxiobuf, sizeof ( *ip6hdr ) );
tcp.c 466 mssopt = iob_push ( iobuf, sizeof ( *mssopt ) );
472 tsopt = iob_push ( iobuf, sizeof ( *tsopt ) );
481 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) );
573 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) );
ipv6.c 191 struct ip6_header *ip6hdr = iob_push ( iobuf, sizeof ( *ip6hdr ) );
udp.c 212 udphdr = iob_push ( iobuf, sizeof ( *udphdr ) );
ipv4.c 307 struct iphdr *iphdr = iob_push ( iobuf, sizeof ( *iphdr ) );
  /external/syslinux/gpxe/src/include/gpxe/
iobuf.h 87 static inline void * iob_push ( struct io_buffer *iobuf, size_t len ) { function
91 #define iob_push( iobuf, len ) ( { \ macro
93 __result = iob_push ( (iobuf), (len) ); \
  /external/syslinux/gpxe/src/core/
gdbudp.c 98 ethhdr = iob_push ( iob, sizeof ( *ethhdr ) );
179 udphdr = iob_push ( iob, sizeof ( *udphdr ) );
186 iphdr = iob_push ( iob, sizeof ( *iphdr ) );
198 ethhdr = iob_push ( iob, sizeof ( *ethhdr ) );
  /external/syslinux/gpxe/src/net/infiniband/
ib_packet.c 70 deth = iob_push ( iobuf, sizeof ( *deth ) );
71 bth = iob_push ( iobuf, sizeof ( *bth ) );
74 iob_push ( iobuf, sizeof ( *grh ) ) : NULL );
75 lrh = iob_push ( iobuf, sizeof ( *lrh ) );
  /external/syslinux/gpxe/src/drivers/net/
ipoib.c 199 iob_push ( iobuf, sizeof ( *ipoib_hdr ) );
  /external/syslinux/gpxe/src/net/80211/
wpa.c 479 struct eapol_frame *eapol = iob_push ( iob, EAPOL_HDR_LEN );
net80211.c 511 struct ieee80211_frame *hdr = iob_push ( iobuf,
726 struct ieee80211_frame *hdr = iob_push ( iob,
    [all...]

Completed in 352 milliseconds