Searched refs:NI_NUMERICHOST (Results 1 - 25 of 101) sorted by relevance

12345

/freebsd-10-stable/contrib/tcpdump/missing/
H A Daddrinfo.h108 #ifndef NI_NUMERICHOST
109 #define NI_NUMERICHOST 0x00000002 macro
H A Dgetnameinfo.c174 flags |= NI_NUMERICHOST;
177 flags |= NI_NUMERICHOST;
191 flags |= NI_NUMERICHOST;
195 flags |= NI_NUMERICHOST;
198 flags |= NI_NUMERICHOST;
212 } else if (flags & NI_NUMERICHOST) {
/freebsd-10-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h96 #ifndef NI_NUMERICHOST
97 # define NI_NUMERICHOST (1) macro
H A Dfake-rfc2553.c62 if (flags & NI_NUMERICHOST) {
/freebsd-10-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h91 #ifndef NI_NUMERICHOST
92 # define NI_NUMERICHOST (1) macro
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_rfc2553.h231 #ifndef NI_NUMERICHOST
233 #define NI_NUMERICHOST 0x00000002 macro
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h139 #undef NI_NUMERICHOST macro
146 #define NI_NUMERICHOST 0x00000002 macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h93 #ifndef NI_NUMERICHOST
94 # define NI_NUMERICHOST (1) macro
H A Dfake-rfc2553.c63 if (flags & NI_NUMERICHOST) {
/freebsd-10-stable/lib/libc/net/
H A Dgetnameinfo.c40 * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
180 flags |= NI_NUMERICHOST;
183 flags |= NI_NUMERICHOST;
197 flags |= NI_NUMERICHOST;
201 flags |= NI_NUMERICHOST;
204 flags |= NI_NUMERICHOST;
218 } else if (flags & NI_NUMERICHOST) {
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetnameinfo_verified.c92 flags | NI_NUMERICSERV | NI_NUMERICHOST);
H A Dgetnameinfo.c48 if (flags & NI_NUMERICHOST) {
/freebsd-10-stable/crypto/openssh/
H A Dcanohost.c118 if ((p = get_socket_address(sock, 1, NI_NUMERICHOST)) != NULL)
128 if ((p = get_socket_address(sock, 0, NI_NUMERICHOST)) != NULL)
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c119 #ifdef NI_NUMERICHOST
123 atf_tc_fail_nonfatal("NI_NUMERICHOST not defined");
/freebsd-10-stable/crypto/heimdal/appl/login/
H A Dutmp_login.c72 NI_NUMERICHOST);
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dsocket.c158 NULL, 0, NI_NUMERICHOST);
315 NULL, 0, NI_NUMERICHOST);
/freebsd-10-stable/tools/tools/kttcp/
H A Dkttcp.c223 NI_NUMERICHOST);
247 NI_NUMERICHOST);
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Dnet.c232 NULL, 0, NI_NUMERICHOST) != 0)
238 NI_NUMERICHOST) != 0)
/freebsd-10-stable/sbin/ifconfig/
H A Daf_inet.c161 if (getnameinfo(sa, sa->sa_len, src, sizeof(src), 0, 0, NI_NUMERICHOST) != 0)
168 if (getnameinfo(sa, sa->sa_len, dst, sizeof(dst), 0, 0, NI_NUMERICHOST) != 0)
/freebsd-10-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c634 sizeof(hbuf), NULL, 0, NI_NUMERICHOST) != 0)
853 src0, sizeof(src0), NULL, 0, NI_NUMERICHOST)) {
893 sizeof(hbuf), NULL, 0, NI_NUMERICHOST))
1212 hbuf, sizeof(hbuf), NULL, 0, NI_NUMERICHOST) != 0)
1225 hbuf, sizeof(hbuf), NULL, 0, NI_NUMERICHOST) != 0)
1303 sbuf, sizeof(sbuf), NULL, 0, NI_NUMERICHOST) != 0)
1385 hbuf, sizeof(hbuf), NULL, 0, NI_NUMERICHOST) != 0)
1444 NI_NUMERICHOST) != 0)
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c66 const int niflag = NI_NUMERICHOST;
/freebsd-10-stable/contrib/sendmail/src/
H A Dsasl.c261 niflags = (NI_NUMERICHOST | NI_NUMERICSERV);
/freebsd-10-stable/lib/libutil/
H A Drealhostname.c193 NI_NUMERICHOST) == 0)
/freebsd-10-stable/usr.bin/finger/
H A Dnet.c223 (char *)0, 0, NI_NUMERICHOST) != 0)
/freebsd-10-stable/usr.sbin/rip6query/
H A Drip6query.c188 NULL, 0, NI_NUMERICHOST) != 0) {

Completed in 254 milliseconds

12345