Home
last modified time | relevance | path

Searched refs:niflags (Results 1 – 20 of 20) sorted by relevance

/netbsd/src/lib/libc/net/
Drcmd.c245 const int niflags = NI_NUMERICHOST; in resrcmd() local
249 hbuf, (socklen_t)sizeof(hbuf), NULL, 0, niflags) != in resrcmd()
257 hbuf, (socklen_t)sizeof(hbuf), NULL, 0, niflags) != in resrcmd()
925 const int niflags = NI_NUMERICHOST; in __icheckhost() local
932 niflags) != 0) in __icheckhost()
950 (socklen_t)sizeof(h2), NULL, 0, niflags) != 0) in __icheckhost()
975 const int niflags = NI_NUMERICHOST; in __gethostloop() local
984 niflags) != 0) in __gethostloop()
1003 (socklen_t)sizeof(h2), NULL, 0, niflags) != 0) in __gethostloop()
/netbsd/src/lib/libform/
Dtype_ipv6.c58 const int niflags = NI_NUMERICHOST; in ipv6_check_field() local
82 (socklen_t) sizeof(cleaned), NULL, 0, niflags) != 0) { in ipv6_check_field()
/netbsd/src/usr.sbin/ifmcstat/
Difmcstat.c67 const int niflags = NI_NUMERICHOST; in inet6_n2a() local
76 buf, sizeof(buf), NULL, 0, niflags) == 0) in inet6_n2a()
/netbsd/src/usr.sbin/lpr/common_source/
Dcommon.c361 const int niflags = NI_NUMERICHOST; in checkremote() local
398 rname, sizeof(rname), NULL, 0, niflags) != 0) in checkremote()
407 NULL, 0, niflags) != 0) in checkremote()
/netbsd/src/sbin/route/
Drtutil.c538 int niflags = 0; in routename6() local
541 niflags |= NI_NUMERICHOST; in routename6()
543 niflags |= NI_NOFQDN; in routename6()
546 line, sizeof(line), NULL, 0, niflags) != 0) in routename6()
/netbsd/src/sys/netinet6/
Dicmp6.c1710 int niflags = ni6->ni_flags; in ni6_addrs() local
1713 if ((niflags & NI_NODEADDR_FLAG_ALL) == 0) { in ni6_addrs()
1737 if ((niflags & NI_NODEADDR_FLAG_ALL) == 0 && in ni6_addrs()
1755 if ((niflags & NI_NODEADDR_FLAG_LINKLOCAL) == 0) in ni6_addrs()
1759 if ((niflags & NI_NODEADDR_FLAG_SITELOCAL) == 0) in ni6_addrs()
1763 if ((niflags & NI_NODEADDR_FLAG_GLOBAL) == 0) in ni6_addrs()
1775 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0) in ni6_addrs()
1805 int niflags = ni6->ni_flags; in ni6_store_addrs() local
1809 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL)) in ni6_store_addrs()
1843 if ((niflags & NI_NODEADDR_FLAG_LINKLOCAL) == 0) in ni6_store_addrs()
[all …]
/netbsd/src/crypto/dist/ipsec-tools/src/libipsec/
Dipsec_dump_policy.c387 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; in set_address() local
395 serv, sizeof(serv), niflags) != 0) in set_address()
/netbsd/src/usr.sbin/faithd/
Dprefix.c58 const int niflags = NI_NUMERICHOST; variable
130 hbuf, (socklen_t)sizeof(hbuf), NULL, 0, niflags)) in prefix_string()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dsockmisc.h57 extern const int niflags;
Disakmp.c2711 NI_NUMERICHOST | niflags))
2735 NI_NUMERICHOST | niflags))
2784 NI_NUMERICHOST | NI_NUMERICSERV | niflags)) {
2795 NI_NUMERICHOST | NI_NUMERICSERV | niflags)) {
Dsockmisc.c80 const int niflags = 0; variable
/netbsd/src/libexec/rlogind/
Drlogind.c257 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; in doit() local
280 naddr, sizeof(naddr), NULL, 0, niflags) != 0) { in doit()
316 niflags) == 0 in doit()
/netbsd/src/libexec/rshd/
Drshd.c275 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; in doit() local
305 pbuf, sizeof(pbuf), niflags) != 0) { in doit()
426 niflags) == 0 in doit()
/netbsd/src/libexec/rexecd/
Drexecd.c158 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; local
171 pbuf, sizeof(pbuf), niflags) != 0) {
/netbsd/src/usr.bin/fstat/
Dfstat.c940 const int niflags = in inet_addrstr() local
954 addr, sizeof(addr), serv, sizeof(serv), niflags)) { in inet_addrstr()
980 const int niflags = in inet6_addrstr() local
994 addr, sizeof(addr), serv, sizeof(serv), niflags)) { in inet6_addrstr()
/netbsd/src/external/bsd/libbind/dist/resolv/
Dres_send.c149 static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable
451 NULL, 0, niflags) == 0), in res_nsend()
1038 sbuf, sizeof(sbuf), niflags)) { in Aerror()
/netbsd/src/lib/libc/resolv/
Dres_send.c195 static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable
507 (socklen_t)sizeof(abuf), NULL, 0, niflags) == 0), in res_nsend()
1153 niflags)) { in Aerror()
/netbsd/src/libexec/ftpd/
Dftpcmd.y1828 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV;
1857 h1, sizeof(h1), s1, sizeof(s1), niflags))
1860 h2, sizeof(h2), s2, sizeof(s2), niflags))
/netbsd/src/usr.sbin/inetd/
Dinetd.c242 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable
933 0, niflags) != 0) in inetd_setproctitle()
1550 niflags) != 0) in port_good_dg()
/netbsd/src/usr.bin/telnet/
Dcommands.c2045 const int niflags = NI_NUMERICHOST; in sockaddr_ntop() local
2048 NULL, 0, niflags) == 0) in sockaddr_ntop()