Searched refs:tcpip_proto (Results 1 – 8 of 8) sorted by relevance
34 int tcpip_rx ( struct io_buffer *iobuf, uint8_t tcpip_proto, in tcpip_rx() argument42 if ( tcpip->tcpip_proto == tcpip_proto ) { in tcpip_rx()48 DBG ( "Unrecognised TCP/IP protocol %d\n", tcpip_proto ); in tcpip_rx()
102 .tcpip_proto = IP_ICMP,
127 .tcpip_proto = IP_ICMP6, // 58
195 ip6hdr->nxt_hdr = tcpip->tcpip_proto; in ipv6_tx()
343 .tcpip_proto = IP_UDP,
322 iphdr->protocol = tcpip_protocol->tcpip_proto; in ipv4_tx()
1032 .tcpip_proto = IP_TCP,
71 uint8_t tcpip_proto; member116 extern int tcpip_rx ( struct io_buffer *iobuf, uint8_t tcpip_proto,