Searched refs:NI_NAMEREQD (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-10-stable/contrib/tcpdump/missing/
H A Daddrinfo.h111 #ifndef NI_NAMEREQD
112 #define NI_NAMEREQD 0x00000004 macro
H A Dgetnameinfo.c214 if (flags & NI_NAMEREQD)
270 if (flags & NI_NAMEREQD)
/freebsd-10-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h99 #ifndef NI_NAMEREQD
100 # define NI_NAMEREQD (1<<1) macro
/freebsd-10-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h94 #ifndef NI_NAMEREQD
95 # define NI_NAMEREQD (1<<1) macro
/freebsd-10-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h140 #undef NI_NAMEREQD macro
147 #define NI_NAMEREQD 0x00000004 macro
/freebsd-10-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h96 #ifndef NI_NAMEREQD
97 # define NI_NAMEREQD (1<<1) macro
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dgetnameinfo_verified.c43 * NI_NAMEREQD flag is set or return the numeric address as a string.
89 if (flags & NI_NAMEREQD)
H A Dgetnameinfo.c62 } else if (flags & NI_NAMEREQD) {
H A Droken-common.h232 #define NI_NAMEREQD 0x02 macro
/freebsd-10-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c127 #ifdef NI_NAMEREQD
131 atf_tc_fail_nonfatal("NI_NAMEREQD not defined");
/freebsd-10-stable/contrib/ntp/include/
H A Dntp_rfc2553.h234 #define NI_NAMEREQD 0x00000004 macro
/freebsd-10-stable/contrib/ntp/libntp/
H A Dsocktohost.c45 gni_flags = NI_DGRAM | NI_NAMEREQD;
/freebsd-10-stable/lib/libutil/
H A Drealhostname.c130 NI_NAMEREQD);
/freebsd-10-stable/include/
H A Dnetdb.h202 #define NI_NAMEREQD 0x00000004 macro
/freebsd-10-stable/crypto/openssh/
H A Dcanohost.c139 if ((host = get_socket_address(fd, 0, NI_NAMEREQD)) != NULL)
H A Dauth.c824 NULL, 0, NI_NAMEREQD) != 0) {
/freebsd-10-stable/contrib/tnftp/
H A Dtnftp.h264 #undef NI_NAMEREQD macro
265 #define NI_NAMEREQD 0x00000004 macro
/freebsd-10-stable/lib/libc/net/
H A Dgetnameinfo.c40 * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
222 if (flags & NI_NAMEREQD)
270 if (flags & NI_NAMEREQD)
H A Drcmd.c609 NI_NAMEREQD) != 0)
/freebsd-10-stable/contrib/tcp_wrappers/
H A Dsocket.c210 NULL, 0, NI_NAMEREQD);
/freebsd-10-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c675 flags != 0 ? flags : NI_NAMEREQD);
681 flags != 0 ? flags : NI_NAMEREQD);
/freebsd-10-stable/sbin/pfctl/
H A Dpfctl_table.c469 NULL, 0, NI_NAMEREQD) == 0)
/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dlpd.c670 NI_NAMEREQD);
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c728 registerd_host_only ? NI_NAMEREQD : 0);
/freebsd-10-stable/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c869 sizeof(buffer), NULL, 0, NI_NAMEREQD);

Completed in 121 milliseconds

12