Home
last modified time | relevance | path

Searched refs:tcpip_rx (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dtcpip.h116 extern int tcpip_rx ( struct io_buffer *iobuf, uint8_t tcpip_proto,
/external/syslinux/gpxe/src/net/
Dtcpip.c34 int tcpip_rx ( struct io_buffer *iobuf, uint8_t tcpip_proto, in tcpip_rx() function
Dipv6.c282 return tcpip_rx ( iobuf, nxt_hdr, src, dest, 0 /* fixme */ ); in ipv6_process_nxt_hdr()
Dipv4.c466 if ( ( rc = tcpip_rx ( iobuf, iphdr->protocol, &src.st, in ipv4_rx()