OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:st_family
(Results
1 - 5
of
5
) sorted by null
/external/syslinux/gpxe/src/net/
tcpip.c
70
if ( tcpip_net->sa_family == st_dest->
st_family
) {
77
DBG ( "Unrecognised TCP/IP address family %d\n", st_dest->
st_family
);
udp.c
247
if ( ( ( udp->local.
st_family
== local->
st_family
) ||
248
( udp->local.
st_family
== 0 ) ) &&
/external/syslinux/gpxe/src/include/gpxe/
tcpip.h
34
sa_family_t
st_family
;
member in struct:sockaddr_tcpip
/external/syslinux/gpxe/src/net/udp/
dns.c
486
if ( ! nameserver.
st_family
) {
tftp.c
471
if ( ! tftp->peer.
st_family
) {
495
if ( tftp->peer.
st_family
) {
948
if ( ! tftp->peer.
st_family
) {
[
all
...]
Completed in 248 milliseconds