Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dtcpip.c66 struct tcpip_net_protocol *tcpip_net; in tcpip_tx() local
69 for_each_table_entry ( tcpip_net, TCPIP_NET_PROTOCOLS ) { in tcpip_tx()
70 if ( tcpip_net->sa_family == st_dest->st_family ) { in tcpip_tx()
71 DBG ( "TCP/IP sending %s packet\n", tcpip_net->name ); in tcpip_tx()
72 return tcpip_net->tx ( iobuf, tcpip_protocol, st_src, in tcpip_tx()