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

12

/freebsd-current/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-current/contrib/ldns/compat/
H A Dfake-rfc2553.h102 #ifndef NI_NUMERICSERV
103 # define NI_NUMERICSERV (1<<2) macro
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h97 #ifndef NI_NUMERICSERV
98 # define NI_NUMERICSERV (1<<2) macro
H A Dport-aix.c425 if (flags & (NI_NUMERICHOST|NI_NUMERICSERV) &&
/freebsd-current/contrib/unbound/compat/
H A Dfake-rfc2553.h97 #ifndef NI_NUMERICSERV
98 # define NI_NUMERICSERV (1<<2) macro
/freebsd-current/contrib/ntp/include/
H A Dntp_rfc2553.h235 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-current/contrib/netbsd-tests/include/
H A Dt_netdb.c135 #ifdef NI_NUMERICSERV
139 atf_tc_fail_nonfatal("NI_NUMERICSERV not defined");
/freebsd-current/contrib/wireguard-tools/
H A Dshowconf.c84 if (!getnameinfo(&peer->endpoint.addr, addr_len, host, sizeof(host), service, sizeof(service), NI_DGRAM | NI_NUMERICSERV | NI_NUMERICHOST)) {
H A Dipc-uapi.h72 if (!getnameinfo(&peer->endpoint.addr, addr_len, host, sizeof(host), service, sizeof(service), NI_DGRAM | NI_NUMERICSERV | NI_NUMERICHOST)) {
/freebsd-current/contrib/sendmail/src/
H A Dsasl.c261 niflags = (NI_NUMERICHOST | NI_NUMERICSERV);
/freebsd-current/crypto/openssh/
H A Dcanohost.c193 strport, sizeof(strport), NI_NUMERICSERV)) != 0)
194 fatal_f("getnameinfo NI_NUMERICSERV failed: %s",
/freebsd-current/include/
H A Dnetdb.h218 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-current/contrib/tnftp/
H A Dtnftp.h266 #undef NI_NUMERICSERV macro
267 #define NI_NUMERICSERV 0x00000008 macro
/freebsd-current/lib/libipsec/
H A Dpfkey_dump.c421 pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
441 pbuf, sizeof(pbuf), NI_NUMERICSERV) != 0)
/freebsd-current/sbin/setkey/
H A Dsetkey.c577 pbuf, sizeof(pbuf), NI_NUMERICHOST|NI_NUMERICSERV);
593 pbuf, sizeof(pbuf), NI_NUMERICHOST|NI_NUMERICSERV);
/freebsd-current/usr.sbin/ctld/
H A Ddiscovery.c119 NI_NUMERICHOST | NI_NUMERICSERV);
/freebsd-current/lib/libnetbsd/
H A Dsockaddr_snprintf.c185 NI_NUMERICHOST|NI_NUMERICSERV) != 0)
/freebsd-current/sbin/ifconfig/
H A Difvxlan.c119 srcport, sizeof(srcport), NI_NUMERICHOST | NI_NUMERICSERV) != 0)
122 dstport, sizeof(dstport), NI_NUMERICHOST | NI_NUMERICSERV) != 0)
/freebsd-current/contrib/lib9p/transport/
H A Dsocket.c157 NI_MAXSERV, NI_NUMERICHOST | NI_NUMERICSERV);
/freebsd-current/contrib/blocklist/port/
H A Dsockaddr_snprintf.c238 NI_NUMERICHOST|NI_NUMERICSERV) != 0)
/freebsd-current/tools/tools/switch_tls/
H A Dswitch_tls.c180 static const int flags = NI_NUMERICHOST | NI_NUMERICSERV;
/freebsd-current/usr.sbin/tcpdrop/
H A Dtcpdrop.c188 static const int flags = NI_NUMERICHOST | NI_NUMERICSERV;
/freebsd-current/usr.sbin/rpc.statd/
H A Dstatd.c504 NI_NUMERICHOST | NI_NUMERICSERV))

Completed in 482 milliseconds

12