Searched refs:net_tx (Results 1 – 7 of 7) sorted by relevance
/external/syslinux/gpxe/src/net/ |
D | arp.c | 158 if ( ( rc = net_tx ( iobuf, netdev, &arp_protocol, in arp_resolve() 263 net_tx ( iob_disown ( iobuf ), netdev, &arp_protocol, in arp_rx()
|
D | ipv6.c | 247 return net_tx ( iobuf, netdev, &ipv6_protocol, ll_dest ); in ipv6_tx()
|
D | aoe.c | 182 return net_tx ( iobuf, aoe->netdev, &aoe_protocol, aoe->target ); in aoe_send_command()
|
D | netdevice.c | 532 int net_tx ( struct io_buffer *iobuf, struct net_device *netdev, in net_tx() function
|
D | ipv4.c | 361 if ( ( rc = net_tx ( iobuf, netdev, &ipv4_protocol, ll_dest ) ) != 0 ) { in ipv4_tx()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | netdevice.h | 503 extern int net_tx ( struct io_buffer *iobuf, struct net_device *netdev,
|
/external/syslinux/gpxe/src/net/80211/ |
D | wpa.c | 495 return net_tx ( iob, ctx->dev->netdev, &eapol_protocol, in wpa_send_eapol()
|