Home
last modified time | relevance | path

Searched refs:tcpip_tx (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/gpxe/src/net/
Dicmp.c86 if ( ( rc = tcpip_tx ( iob_disown ( iobuf ), &icmp_protocol, st_dest, in icmp_rx()
Dtcpip.c63 int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip_protocol, in tcpip_tx() function
Dicmpv6.c63 return tcpip_tx ( iobuf, &icmp6_protocol, NULL, &st_dest.st, in icmp6_send_solicit()
Dtcp.c501 if ( ( rc = tcpip_tx ( iobuf, &tcp_protocol, NULL, &tcp->peer, NULL, in tcp_xmit()
593 if ( ( rc = tcpip_tx ( iobuf, &tcp_protocol, NULL, st_dest, in tcp_xmit_reset()
Dudp.c226 if ( ( rc = tcpip_tx ( iobuf, &udp_protocol, src, dest, netdev, in udp_tx()
/external/syslinux/gpxe/src/include/gpxe/
Dtcpip.h119 extern int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip,