Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp384 #ifdef AI_NUMERICSERV in ConnectSocket()
385 hints.ai_flags |= AI_NUMERICSERV; in ConnectSocket()
489 #ifdef AI_NUMERICSERV in CreateServerSockets()
490 hints.ai_flags |= AI_NUMERICSERV; in CreateServerSockets()
604 #ifdef AI_NUMERICSERV in Connect()
605 hints.ai_flags |= AI_NUMERICSERV; in Connect()
616 #ifdef AI_NUMERICSERV in Connect()
617 hints.ai_flags |= AI_NUMERICSERV; in Connect()
672 #ifdef AI_NUMERICSERV in ConnectLoopback()
673 hints.ai_flags |= AI_NUMERICSERV; in ConnectLoopback()
/titanic_41/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c70 | AI_ADDRCONFIG | AI_NUMERICSERV | AI_V4MAPPED | AI_ALL)
349 if (aip->ai_flags & AI_NUMERICSERV) { in _getaddrinfo()
408 if (aip->ai_flags & AI_NUMERICSERV) { in _getaddrinfo()
/titanic_41/usr/src/head/
H A Dnetdb.h134 #define AI_NUMERICSERV 0x0040 /* servname is assumed numeric */ macro
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c280 #ifdef AI_NUMERICSERV in krb5int_add_host_to_list()
281 hint.ai_flags = AI_NUMERICSERV; in krb5int_add_host_to_list()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c1132 #ifdef AI_NUMERICSERV in getaddrinfo()
1133 if (hint && hint->ai_flags & AI_NUMERICSERV) in getaddrinfo()