Searched refs:niflags (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
H A Dsasl.c251 int niflags; local
261 niflags = (NI_NUMERICHOST | NI_NUMERICSERV);
264 niflags |= NI_WITHSCOPEID;
267 hbuf, sizeof(hbuf), pbuf, sizeof(pbuf), niflags) != 0)
/freebsd-11-stable/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c190 int niflags = 0; local
192 niflags = NI_WITHSCOPEID;
211 niflags |= NI_NUMERICHOST;
213 line, sizeof(line), NULL, 0, niflags) != 0)
/freebsd-11-stable/lib/libipsec/
H A Dipsec_dump_policy.c300 const int niflags = NI_NUMERICHOST; local
305 if (getnameinfo(sa, sa->sa_len, buf, len, NULL, 0, niflags) != 0)
/freebsd-11-stable/sys/netinet6/
H A Dicmp6.c1661 int niflags = ni6->ni_flags; local
1663 if ((niflags & NI_NODEADDR_FLAG_ALL) == 0) {
1687 if ((niflags & NI_NODEADDR_FLAG_ALL) == 0 &&
1704 if ((niflags & NI_NODEADDR_FLAG_LINKLOCAL) == 0)
1708 if ((niflags & NI_NODEADDR_FLAG_SITELOCAL) == 0)
1712 if ((niflags & NI_NODEADDR_FLAG_GLOBAL) == 0)
1724 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0)
1756 int niflags = ni6->ni_flags; local
1759 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL))
1792 if ((niflags
[all...]
/freebsd-11-stable/lib/libc/resolv/
H A Dres_send.c157 static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable
468 NULL, 0, niflags) == 0),
1106 sbuf, sizeof(sbuf), niflags)) {
/freebsd-11-stable/usr.sbin/ndp/
H A Dndp.c1117 const int niflags = NI_NUMERICHOST; local
1142 NULL, 0, niflags) != 0)
/freebsd-11-stable/usr.sbin/ifmcstat/
H A Difmcstat.c771 const int niflags = NI_NUMERICHOST; local
779 buf, sizeof(buf), NULL, 0, niflags) == 0) {
/freebsd-11-stable/sbin/route/
H A Droute.c695 int niflags = 0; local
702 niflags |= NI_NUMERICHOST;
704 net_line, sizeof(net_line), NULL, 0, niflags) != 0)

Completed in 123 milliseconds