HomeSort by: relevance | last modified time | path
    Searched defs:niflags (Results 1 - 17 of 17) sorted by relevancy

  /src/lib/libform/
type_ipv6.c 58 const int niflags = NI_NUMERICHOST; local
82 (socklen_t) sizeof(cleaned), NULL, 0, niflags) != 0) {
  /src/usr.sbin/faithd/
prefix.c 58 const int niflags = NI_NUMERICHOST; variable
130 hbuf, (socklen_t)sizeof(hbuf), NULL, 0, niflags))
  /src/usr.sbin/ifmcstat/
ifmcstat.c 67 const int niflags = NI_NUMERICHOST; local
76 buf, sizeof(buf), NULL, 0, niflags) == 0)
  /src/crypto/dist/ipsec-tools/src/libipsec/
ipsec_dump_policy.c 387 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; local
395 serv, sizeof(serv), niflags) != 0)
  /src/libexec/rexecd/
rexecd.c 158 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; local
171 pbuf, sizeof(pbuf), niflags) != 0) {
  /src/lib/libc/net/
rcmd.c 245 const int niflags = NI_NUMERICHOST; local
249 hbuf, (socklen_t)sizeof(hbuf), NULL, 0, niflags) !=
257 hbuf, (socklen_t)sizeof(hbuf), NULL, 0, niflags) !=
925 const int niflags = NI_NUMERICHOST; local
932 niflags) != 0)
950 (socklen_t)sizeof(h2), NULL, 0, niflags) != 0)
975 const int niflags = NI_NUMERICHOST; local
984 niflags) != 0)
1003 (socklen_t)sizeof(h2), NULL, 0, niflags) != 0)
  /src/lib/libc/resolv/
res_send.c 195 static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable
507 (socklen_t)sizeof(abuf), NULL, 0, niflags) == 0),
1153 niflags)) {
  /src/libexec/rshd/
rshd.c 275 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; local
305 pbuf, sizeof(pbuf), niflags) != 0) {
426 niflags) == 0
  /src/sbin/route/
rtutil.c 538 int niflags = 0; local
541 niflags |= NI_NUMERICHOST;
543 niflags |= NI_NOFQDN;
546 line, sizeof(line), NULL, 0, niflags) != 0)
  /src/crypto/dist/ipsec-tools/src/racoon/
sockmisc.c 80 const int niflags = 0; variable
  /src/external/bsd/libbind/dist/resolv/
res_send.c 149 static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable
451 NULL, 0, niflags) == 0),
1038 sbuf, sizeof(sbuf), niflags)) {
  /src/libexec/rlogind/
rlogind.c 257 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; local
280 naddr, sizeof(naddr), NULL, 0, niflags) != 0) {
316 niflags) == 0
  /src/usr.sbin/lpr/common_source/
common.c 361 const int niflags = NI_NUMERICHOST; local
398 rname, sizeof(rname), NULL, 0, niflags) != 0)
407 NULL, 0, niflags) != 0)
  /src/usr.bin/fstat/
fstat.c 940 const int niflags = local
954 addr, sizeof(addr), serv, sizeof(serv), niflags)) {
980 const int niflags = local
994 addr, sizeof(addr), serv, sizeof(serv), niflags)) {
  /src/usr.sbin/inetd/
inetd.c 242 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable
1051 0, niflags) != 0)
1668 niflags) != 0)
  /src/sys/netinet6/
icmp6.c 1710 int niflags = ni6->ni_flags; local
1713 if ((niflags & NI_NODEADDR_FLAG_ALL) == 0) {
1737 if ((niflags & NI_NODEADDR_FLAG_ALL) == 0 &&
1755 if ((niflags & NI_NODEADDR_FLAG_LINKLOCAL) == 0)
1759 if ((niflags & NI_NODEADDR_FLAG_SITELOCAL) == 0)
1763 if ((niflags & NI_NODEADDR_FLAG_GLOBAL) == 0)
1775 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0)
1805 int niflags = ni6->ni_flags; local
1809 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL))
1843 if ((niflags & NI_NODEADDR_FLAG_LINKLOCAL) == 0
    [all...]
  /src/usr.bin/telnet/
commands.c 2053 const int niflags = NI_NUMERICHOST;
2056 NULL, 0, niflags) == 0)
2045 const int niflags = NI_NUMERICHOST; local

Completed in 31 milliseconds