Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/net/
Dtcpip.c70 if ( tcpip_net->sa_family == st_dest->st_family ) { in tcpip_tx()
77 DBG ( "Unrecognised TCP/IP address family %d\n", st_dest->st_family ); in tcpip_tx()
Dudp.c247 if ( ( ( udp->local.st_family == local->st_family ) || in udp_demux()
248 ( udp->local.st_family == 0 ) ) && in udp_demux()
/external/syslinux/gpxe/src/include/gpxe/
Dtcpip.h34 sa_family_t st_family; member
/external/syslinux/gpxe/src/net/udp/
Dtftp.c471 if ( ! tftp->peer.st_family ) { in tftp_send_packet()
495 if ( tftp->peer.st_family ) { in tftp_timer_expired()
948 if ( ! tftp->peer.st_family ) { in tftp_rx()
Ddns.c486 if ( ! nameserver.st_family ) { in dns_resolv()