Home
last modified time | relevance | path

Searched refs:net_tx (Results 1 – 7 of 7) sorted by relevance

/external/syslinux/gpxe/src/net/
Darp.c158 if ( ( rc = net_tx ( iobuf, netdev, &arp_protocol, in arp_resolve()
263 net_tx ( iob_disown ( iobuf ), netdev, &arp_protocol, in arp_rx()
Dipv6.c247 return net_tx ( iobuf, netdev, &ipv6_protocol, ll_dest ); in ipv6_tx()
Daoe.c182 return net_tx ( iobuf, aoe->netdev, &aoe_protocol, aoe->target ); in aoe_send_command()
Dnetdevice.c532 int net_tx ( struct io_buffer *iobuf, struct net_device *netdev, in net_tx() function
Dipv4.c361 if ( ( rc = net_tx ( iobuf, netdev, &ipv4_protocol, ll_dest ) ) != 0 ) { in ipv4_tx()
/external/syslinux/gpxe/src/include/gpxe/
Dnetdevice.h503 extern int net_tx ( struct io_buffer *iobuf, struct net_device *netdev,
/external/syslinux/gpxe/src/net/80211/
Dwpa.c495 return net_tx ( iob, ctx->dev->netdev, &eapol_protocol, in wpa_send_eapol()