Searched refs:tcpip_tx (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/gpxe/src/net/ |
D | icmp.c | 86 if ( ( rc = tcpip_tx ( iob_disown ( iobuf ), &icmp_protocol, st_dest, in icmp_rx()
|
D | tcpip.c | 63 int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip_protocol, in tcpip_tx() function
|
D | icmpv6.c | 63 return tcpip_tx ( iobuf, &icmp6_protocol, NULL, &st_dest.st, in icmp6_send_solicit()
|
D | tcp.c | 501 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()
|
D | udp.c | 226 if ( ( rc = tcpip_tx ( iobuf, &udp_protocol, src, dest, netdev, in udp_tx()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | tcpip.h | 119 extern int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip,
|