Searched refs:tcpip_rx (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/include/gpxe/ |
D | tcpip.h | 116 extern int tcpip_rx ( struct io_buffer *iobuf, uint8_t tcpip_proto,
|
/external/syslinux/gpxe/src/net/ |
D | tcpip.c | 34 int tcpip_rx ( struct io_buffer *iobuf, uint8_t tcpip_proto, in tcpip_rx() function
|
D | ipv6.c | 282 return tcpip_rx ( iobuf, nxt_hdr, src, dest, 0 /* fixme */ ); in ipv6_process_nxt_hdr()
|
D | ipv4.c | 466 if ( ( rc = tcpip_rx ( iobuf, iphdr->protocol, &src.st, in ipv4_rx()
|