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

12

/freebsd-10-stable/contrib/tcpdump/missing/
H A Daddrinfo.h114 #ifndef NI_NUMERICSERV
115 #define NI_NUMERICSERV 0x00000008 macro
H A Dgetnameinfo.c151 if (flags & NI_NUMERICSERV)
/freebsd-10-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-10-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h102 #ifndef NI_NUMERICSERV
103 # define NI_NUMERICSERV (1<<2) macro
/freebsd-10-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h97 #ifndef NI_NUMERICSERV
98 # define NI_NUMERICSERV (1<<2) macro
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h141 #undef NI_NUMERICSERV macro
148 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h99 #ifndef NI_NUMERICSERV
100 # define NI_NUMERICSERV (1<<2) macro
H A Dport-aix.c414 if (flags & (NI_NUMERICHOST|NI_NUMERICSERV) &&
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c135 #ifdef NI_NUMERICSERV
139 atf_tc_fail_nonfatal("NI_NUMERICSERV not defined");
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_rfc2553.h235 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-10-stable/contrib/sendmail/src/
H A Dsasl.c261 niflags = (NI_NUMERICHOST | NI_NUMERICSERV);
/freebsd-10-stable/include/
H A Dnetdb.h203 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-10-stable/crypto/openssh/
H A Dcanohost.c188 strport, sizeof(strport), NI_NUMERICSERV)) != 0)
189 fatal("%s: getnameinfo NI_NUMERICSERV failed: %s", __func__,
/freebsd-10-stable/contrib/tnftp/
H A Dtnftp.h266 #undef NI_NUMERICSERV macro
267 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-10-stable/lib/libipsec/
H A Dpfkey_dump.c401 pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
421 pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
/freebsd-10-stable/sbin/setkey/
H A Dsetkey.c546 pbuf, sizeof(pbuf), NI_NUMERICHOST|NI_NUMERICSERV);
562 pbuf, sizeof(pbuf), NI_NUMERICHOST|NI_NUMERICSERV);
/freebsd-10-stable/usr.sbin/faithd/test/
H A Dfaithd.rb278 n = Socket.getnameinfo(s.getsockname, Socket::NI_NUMERICHOST|Socket::NI_NUMERICSERV).join(" port ")
/freebsd-10-stable/sbin/ifconfig/
H A Difvxlan.c125 srcport, sizeof(srcport), NI_NUMERICHOST | NI_NUMERICSERV) != 0)
128 dstport, sizeof(dstport), NI_NUMERICHOST | NI_NUMERICSERV) != 0)
/freebsd-10-stable/usr.sbin/tcpdrop/
H A Dtcpdrop.c164 static const int flags = NI_NUMERICHOST | NI_NUMERICSERV;
/freebsd-10-stable/lib/libc/net/
H A Dgetnameinfo.c157 if (flags & NI_NUMERICSERV)
/freebsd-10-stable/usr.sbin/ctld/
H A Ddiscovery.c183 NI_NUMERICHOST | NI_NUMERICSERV);
/freebsd-10-stable/usr.sbin/rpc.statd/
H A Dstatd.c495 NI_NUMERICHOST | NI_NUMERICSERV))
/freebsd-10-stable/usr.sbin/ypserv/
H A Dyp_main.c370 NI_NUMERICHOST | NI_NUMERICSERV);

Completed in 149 milliseconds

12