HomeSort by relevance Sort by last modified time
    Searched refs:tcpip_tx (Results 1 - 6 of 6) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
tcpip.h 119 extern int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip,
  /external/syslinux/gpxe/src/net/
icmp.c 86 if ( ( rc = tcpip_tx ( iob_disown ( iobuf ), &icmp_protocol, st_dest,
tcpip.c 63 int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip_protocol, function
icmpv6.c 63 return tcpip_tx ( iobuf, &icmp6_protocol, NULL, &st_dest.st,
udp.c 226 if ( ( rc = tcpip_tx ( iobuf, &udp_protocol, src, dest, netdev,
tcp.c 501 if ( ( rc = tcpip_tx ( iobuf, &tcp_protocol, NULL, &tcp->peer, NULL,
593 if ( ( rc = tcpip_tx ( iobuf, &tcp_protocol, NULL, st_dest,

Completed in 50 milliseconds