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

12

/freebsd-current/contrib/ldns/compat/
H A Dfake-rfc2553.h99 #ifndef NI_NAMEREQD
100 # define NI_NAMEREQD (1<<1) macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h94 #ifndef NI_NAMEREQD
95 # define NI_NAMEREQD (1<<1) macro
/freebsd-current/contrib/unbound/compat/
H A Dfake-rfc2553.h94 #ifndef NI_NAMEREQD
95 # define NI_NAMEREQD (1<<1) macro
/freebsd-current/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-current/contrib/ntp/include/
H A Dntp_rfc2553.h234 #define NI_NAMEREQD 0x00000004 macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c127 #ifdef NI_NAMEREQD
131 atf_tc_fail_nonfatal("NI_NAMEREQD not defined");
/freebsd-current/contrib/ntp/libntp/
H A Dsocktohost.c44 gni_flags = NI_DGRAM | NI_NAMEREQD;
/freebsd-current/crypto/openssh/
H A Dcanohost.c142 if ((host = get_socket_address(fd, 0, NI_NAMEREQD)) != NULL)
H A Dauth.c696 NULL, 0, NI_NAMEREQD) != 0) {
/freebsd-current/include/
H A Dnetdb.h217 #define NI_NAMEREQD 0x00000004 macro
/freebsd-current/lib/libutil/
H A Drealhostname.c129 NI_NAMEREQD);
/freebsd-current/contrib/tnftp/
H A Dtnftp.h264 #undef NI_NAMEREQD macro
265 #define NI_NAMEREQD 0x00000004 macro
/freebsd-current/lib/libc/net/
H A Dgetnameinfo.c42 * - NI_NAMEREQD and NI_NUMERICHOST conflict with each other.
265 if (flags & NI_NAMEREQD)
313 if (flags & NI_NAMEREQD)
H A Drcmd.c579 NI_NAMEREQD) != 0)
/freebsd-current/contrib/tcp_wrappers/
H A Dsocket.c206 NULL, 0, NI_NAMEREQD);
/freebsd-current/usr.sbin/rpc.tlsservd/
H A Drpc.tlscommon.c263 NULL, 0, NI_NAMEREQD) != 0)
/freebsd-current/lib/libcasper/services/cap_net/tests/
H A Dnet_test.c75 capfn, sizeof(capfn), NULL, 0, NI_NAMEREQD);
80 sizeof(origfn), NULL, 0, NI_NAMEREQD);
104 capfn, sizeof(capfn), NULL, 0, NI_NAMEREQD);
109 sizeof(origfn), NULL, 0, NI_NAMEREQD);
/freebsd-current/sbin/pfctl/
H A Dpfctl_table.c468 NULL, 0, NI_NAMEREQD) == 0)
/freebsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c662 NI_NAMEREQD);
/freebsd-current/usr.sbin/gssd/
H A Dgssd.c652 NULL, 0, NI_NAMEREQD) != 0) {
662 NULL, 0, NI_NAMEREQD) != 0) {
/freebsd-current/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c728 registerd_host_only ? NI_NAMEREQD : 0);
/freebsd-current/lib/libc/tests/nss/
H A Dgethostby_test.c854 sizeof(buffer), NULL, 0, NI_NAMEREQD);
/freebsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c1624 NI_NAMEREQD) == 0) {

Completed in 232 milliseconds

12