Home
last modified time | relevance | path

Searched refs:iob_push (Results 1 – 13 of 13) sorted by relevance

/external/syslinux/gpxe/src/core/
Dgdbudp.c98 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/
Diobuf.h87 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/
Dib_packet.c70 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/
Diobpad.c60 iob_push ( iobuf, headroom ); in iob_pad()
Dtcp.c466 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()
Dethernet.c56 struct ethhdr *ethhdr = iob_push ( iobuf, sizeof ( *ethhdr ) ); in eth_push()
Dicmpv6.c111 struct ip6_header *ip6hdr = iob_push ( rxiobuf, sizeof ( *ip6hdr ) );
Dipv6.c191 struct ip6_header *ip6hdr = iob_push ( iobuf, sizeof ( *ip6hdr ) ); in ipv6_tx()
Dudp.c212 udphdr = iob_push ( iobuf, sizeof ( *udphdr ) ); in udp_tx()
Dipv4.c307 struct iphdr *iphdr = iob_push ( iobuf, sizeof ( *iphdr ) ); in ipv4_tx()
/external/syslinux/gpxe/src/drivers/net/
Dipoib.c199 iob_push ( iobuf, sizeof ( *ipoib_hdr ) ); in ipoib_push()
/external/syslinux/gpxe/src/net/80211/
Dwpa.c479 struct eapol_frame *eapol = iob_push ( iob, EAPOL_HDR_LEN ); in wpa_send_eapol()
Dnet80211.c511 struct ieee80211_frame *hdr = iob_push ( iobuf, in net80211_ll_push()
726 struct ieee80211_frame *hdr = iob_push ( iob, in net80211_tx_mgmt()