Searched refs:tcpip_protocol (Results 1 – 10 of 10) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | tcpip.h | 50 struct tcpip_protocol { struct 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,
|
D | icmp6.h | 18 extern struct tcpip_protocol icmp6_protocol;
|
D | tcp.h | 316 extern struct tcpip_protocol tcp_protocol;
|
/external/syslinux/gpxe/src/net/ |
D | tcpip.c | 38 struct tcpip_protocol *tcpip; in tcpip_rx() 63 int tcpip_tx ( struct io_buffer *iobuf, struct tcpip_protocol *tcpip_protocol, in tcpip_tx() argument 72 return tcpip_net->tx ( iobuf, tcpip_protocol, st_src, in tcpip_tx()
|
D | icmp.c | 34 struct tcpip_protocol icmp_protocol __tcpip_protocol; 99 struct tcpip_protocol icmp_protocol __tcpip_protocol = {
|
D | icmpv6.c | 14 struct tcpip_protocol icmp6_protocol; 124 struct tcpip_protocol icmp6_protocol __tcpip_protocol = {
|
D | ipv4.c | 302 struct tcpip_protocol *tcpip_protocol, in ipv4_tx() argument 322 iphdr->protocol = tcpip_protocol->tcpip_proto; in ipv4_tx()
|
D | udp.c | 47 struct tcpip_protocol udp_protocol; 340 struct tcpip_protocol udp_protocol __tcpip_protocol = {
|
D | ipv6.c | 178 struct tcpip_protocol *tcpip, in ipv6_tx()
|
D | tcp.c | 1029 struct tcpip_protocol tcp_protocol __tcpip_protocol = {
|