Home
last modified time | relevance | path

Searched refs:TCPIP_PROTOCOLS (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
Dtcpip.h104 #define TCPIP_PROTOCOLS __table ( struct tcpip_protocol, "tcpip_protocols" ) macro
107 #define __tcpip_protocol __table_entry ( TCPIP_PROTOCOLS, 01 )
/external/syslinux/gpxe/src/net/
Dtcpip.c41 for_each_table_entry ( tcpip, TCPIP_PROTOCOLS ) { in tcpip_rx()