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

12

/freebsd-11-stable/contrib/ntp/lib/isc/win32/
H A Dnetdb.h140 #undef NI_NAMEREQD macro
147 #define NI_NAMEREQD 0x00000004 macro
/freebsd-11-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h99 #ifndef NI_NAMEREQD
100 # define NI_NAMEREQD (1<<1) macro
/freebsd-11-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h94 #ifndef NI_NAMEREQD
95 # define NI_NAMEREQD (1<<1) macro
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h94 #ifndef NI_NAMEREQD
95 # define NI_NAMEREQD (1<<1) macro
/freebsd-11-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-11-stable/contrib/netbsd-tests/include/
H A Dt_netdb.c127 #ifdef NI_NAMEREQD
131 atf_tc_fail_nonfatal("NI_NAMEREQD not defined");
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_rfc2553.h234 #define NI_NAMEREQD 0x00000004 macro
/freebsd-11-stable/contrib/ntp/libntp/
H A Dsocktohost.c45 gni_flags = NI_DGRAM | NI_NAMEREQD;
/freebsd-11-stable/lib/libutil/
H A Drealhostname.c130 NI_NAMEREQD);
/freebsd-11-stable/include/
H A Dnetdb.h214 #define NI_NAMEREQD 0x00000004 macro
/freebsd-11-stable/crypto/openssh/
H A Dcanohost.c139 if ((host = get_socket_address(fd, 0, NI_NAMEREQD)) != NULL)
H A Dauth.c838 NULL, 0, NI_NAMEREQD) != 0) {
/freebsd-11-stable/contrib/tnftp/
H A Dtnftp.h264 #undef NI_NAMEREQD macro
265 #define NI_NAMEREQD 0x00000004 macro
/freebsd-11-stable/lib/libc/net/
H A Dgetnameinfo.c40 * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
258 if (flags & NI_NAMEREQD)
306 if (flags & NI_NAMEREQD)
H A Drcmd.c583 NI_NAMEREQD) != 0)
/freebsd-11-stable/contrib/tcp_wrappers/
H A Dsocket.c210 NULL, 0, NI_NAMEREQD);
/freebsd-11-stable/contrib/apr/network_io/unix/
H A Dsockaddr.c768 flags != 0 ? flags : NI_NAMEREQD);
780 flags != 0 ? flags : NI_NAMEREQD);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dlpd.c666 NI_NAMEREQD);
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_table.c471 NULL, 0, NI_NAMEREQD) == 0)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c728 registerd_host_only ? NI_NAMEREQD : 0);
/freebsd-11-stable/lib/libc/tests/nss/
H A Dgethostby_test.c857 sizeof(buffer), NULL, 0, NI_NAMEREQD);
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1559 NI_NAMEREQD) == 0) {
/freebsd-11-stable/contrib/telnet/telnet/
H A Dcommands.c2337 NI_NAMEREQD);

Completed in 245 milliseconds

12