Searched refs:iob_push (Results 1 – 13 of 13) sorted by relevance
/external/syslinux/gpxe/src/core/ |
D | gdbudp.c | 98 ethhdr = iob_push ( iob, sizeof ( *ethhdr ) ); in gdbudp_recv() 179 udphdr = iob_push ( iob, sizeof ( *udphdr ) ); in gdbudp_send() 186 iphdr = iob_push ( iob, sizeof ( *iphdr ) ); in gdbudp_send() 198 ethhdr = iob_push ( iob, sizeof ( *ethhdr ) ); in gdbudp_send()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | iobuf.h | 87 static inline void * iob_push ( struct io_buffer *iobuf, size_t len ) { in iob_push() function 91 #define iob_push( iobuf, len ) ( { \ macro 93 __result = iob_push ( (iobuf), (len) ); \
|
/external/syslinux/gpxe/src/net/infiniband/ |
D | ib_packet.c | 70 deth = iob_push ( iobuf, sizeof ( *deth ) ); in ib_push() 71 bth = iob_push ( iobuf, sizeof ( *bth ) ); in ib_push() 74 iob_push ( iobuf, sizeof ( *grh ) ) : NULL ); in ib_push() 75 lrh = iob_push ( iobuf, sizeof ( *lrh ) ); in ib_push()
|
/external/syslinux/gpxe/src/net/ |
D | iobpad.c | 60 iob_push ( iobuf, headroom ); in iob_pad()
|
D | tcp.c | 466 mssopt = iob_push ( iobuf, sizeof ( *mssopt ) ); in tcp_xmit() 472 tsopt = iob_push ( iobuf, sizeof ( *tsopt ) ); in tcp_xmit() 481 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit() 573 tcphdr = iob_push ( iobuf, sizeof ( *tcphdr ) ); in tcp_xmit_reset()
|
D | ethernet.c | 56 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) ); in eth_push()
|
D | icmpv6.c | 111 struct ip6_header *ip6hdr = iob_push ( rxiobuf, sizeof ( *ip6hdr ) );
|
D | ipv6.c | 191 struct ip6_header *ip6hdr = iob_push ( iobuf, sizeof ( *ip6hdr ) ); in ipv6_tx()
|
D | udp.c | 212 udphdr = iob_push ( iobuf, sizeof ( *udphdr ) ); in udp_tx()
|
D | ipv4.c | 307 struct iphdr *iphdr = iob_push ( iobuf, sizeof ( *iphdr ) ); in ipv4_tx()
|
/external/syslinux/gpxe/src/drivers/net/ |
D | ipoib.c | 199 iob_push ( iobuf, sizeof ( *ipoib_hdr ) ); in ipoib_push()
|
/external/syslinux/gpxe/src/net/80211/ |
D | wpa.c | 479 struct eapol_frame *eapol = iob_push ( iob, EAPOL_HDR_LEN ); in wpa_send_eapol()
|
D | net80211.c | 511 struct ieee80211_frame *hdr = iob_push ( iobuf, in net80211_ll_push() 726 struct ieee80211_frame *hdr = iob_push ( iob, in net80211_tx_mgmt()
|