Searched refs:NI_NUMERICSERV (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetnameinfo_verified.c68 flags | NI_NUMERICSERV);
92 flags | NI_NUMERICSERV | NI_NUMERICHOST);
H A Dgetnameinfo.c70 if (flags & NI_NUMERICSERV) {
H A Droken-common.h235 #define NI_NUMERICSERV 0x10 macro
/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h141 #undef NI_NUMERICSERV macro
148 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-11-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h102 #ifndef NI_NUMERICSERV
103 # define NI_NUMERICSERV (1<<2) macro
/freebsd-11-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h97 #ifndef NI_NUMERICSERV
98 # define NI_NUMERICSERV (1<<2) macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h97 #ifndef NI_NUMERICSERV
98 # define NI_NUMERICSERV (1<<2) macro
H A Dport-aix.c414 if (flags & (NI_NUMERICHOST|NI_NUMERICSERV) &&
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c135 #ifdef NI_NUMERICSERV
139 atf_tc_fail_nonfatal("NI_NUMERICSERV not defined");
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_rfc2553.h235 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-11-stable/include/
H A Dnetdb.h215 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-11-stable/crypto/openssh/
H A Dcanohost.c188 strport, sizeof(strport), NI_NUMERICSERV)) != 0)
189 fatal("%s: getnameinfo NI_NUMERICSERV failed: %s", __func__,
/freebsd-11-stable/contrib/sendmail/src/
H A Dsasl.c261 niflags = (NI_NUMERICHOST | NI_NUMERICSERV);
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h266 #undef NI_NUMERICSERV macro
267 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-11-stable/lib/libipsec/
H A Dpfkey_dump.c442 pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
462 pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
/freebsd-11-stable/sbin/setkey/
H A Dsetkey.c554 pbuf, sizeof(pbuf), NI_NUMERICHOST|NI_NUMERICSERV);
570 pbuf, sizeof(pbuf), NI_NUMERICHOST|NI_NUMERICSERV);
/freebsd-11-stable/lib/libnetbsd/
H A Dsockaddr_snprintf.c188 NI_NUMERICHOST|NI_NUMERICSERV) != 0)
/freebsd-11-stable/sbin/ifconfig/
H A Difvxlan.c124 srcport, sizeof(srcport), NI_NUMERICHOST | NI_NUMERICSERV) != 0)
127 dstport, sizeof(dstport), NI_NUMERICHOST | NI_NUMERICSERV) != 0)
/freebsd-11-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c164 static const int flags = NI_NUMERICHOST | NI_NUMERICSERV;
/freebsd-11-stable/contrib/blacklist/port/
H A Dsockaddr_snprintf.c238 NI_NUMERICHOST|NI_NUMERICSERV) != 0)
/freebsd-11-stable/usr.sbin/ctld/
H A Ddiscovery.c185 NI_NUMERICHOST | NI_NUMERICSERV);
/freebsd-11-stable/lib/libc/net/
H A Dgetnameinfo.c193 if (flags & NI_NUMERICSERV)
/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.c503 NI_NUMERICHOST | NI_NUMERICSERV))
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c1126 0, portdata, sizeof(portdata), NI_NUMERICSERV))
1626 sizeof(peeraddress), peerctrlport, sizeof(peerctrlport), NI_NUMERICHOST | NI_NUMERICSERV))
1642 sizeof(myaddress), myctrlport, sizeof(myctrlport), NI_NUMERICHOST | NI_NUMERICSERV))
1656 if (getnameinfo((struct sockaddr *) &saddr, saddrlen, NULL, 0, mydataport, sizeof(mydataport), NI_NUMERICSERV))
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_main.c368 NI_NUMERICHOST | NI_NUMERICSERV);

Completed in 175 milliseconds

12