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

  /external/syslinux/gpxe/src/include/gpxe/
tcpip.h 50 struct tcpip_protocol { struct
86 * @v tcpip_protocol Transport-layer protocol
96 struct tcpip_protocol *tcpip_protocol,
104 #define TCPIP_PROTOCOLS __table ( struct tcpip_protocol, "tcpip_protocols" )
119 extern int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip,
icmp6.h 18 extern struct tcpip_protocol icmp6_protocol;
tcp.h 316 extern struct tcpip_protocol tcp_protocol;
  /external/syslinux/gpxe/src/net/
tcpip.c 38 struct tcpip_protocol *tcpip;
56 * @v tcpip_protocol Transport-layer protocol
63 int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip_protocol,
72 return tcpip_net->tx ( iobuf, tcpip_protocol, st_src,
icmp.c 34 struct tcpip_protocol icmp_protocol __tcpip_protocol;
99 struct tcpip_protocol icmp_protocol __tcpip_protocol = {
icmpv6.c 14 struct tcpip_protocol icmp6_protocol;
124 struct tcpip_protocol icmp6_protocol __tcpip_protocol = {
ipv4.c 302 struct tcpip_protocol *tcpip_protocol,
322 iphdr->protocol = tcpip_protocol->tcpip_proto;
udp.c 47 struct tcpip_protocol udp_protocol;
340 struct tcpip_protocol udp_protocol __tcpip_protocol = {
ipv6.c 178 struct tcpip_protocol *tcpip,
tcp.c 1029 struct tcpip_protocol tcp_protocol __tcpip_protocol = {

Completed in 108 milliseconds