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

/freebsd-10.1-release/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-10.1-release/tools/tools/net80211/wlanwatch/
H A Dwlanwatch.c191 int niflags = 0; local
193 niflags = NI_WITHSCOPEID;
212 niflags |= NI_NUMERICHOST;
214 line, sizeof(line), NULL, 0, niflags) != 0)
/freebsd-10.1-release/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-10.1-release/usr.sbin/faithd/
H A Dprefix.c58 const int niflags = NI_NUMERICHOST; variable
130 hbuf, sizeof(hbuf), NULL, 0, niflags))
/freebsd-10.1-release/sys/netinet6/
H A Dicmp6.c1745 int niflags = ni6->ni_flags; local
1747 if ((niflags & NI_NODEADDR_FLAG_ALL) == 0) {
1771 if ((niflags & NI_NODEADDR_FLAG_ALL) == 0 &&
1788 if ((niflags & NI_NODEADDR_FLAG_LINKLOCAL) == 0)
1792 if ((niflags & NI_NODEADDR_FLAG_SITELOCAL) == 0)
1796 if ((niflags & NI_NODEADDR_FLAG_GLOBAL) == 0)
1808 (niflags & NI_NODEADDR_FLAG_ANYCAST) == 0)
1840 int niflags = ni6->ni_flags; local
1843 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL))
1876 if ((niflags
[all...]
/freebsd-10.1-release/usr.sbin/ndp/
H A Dndp.c1181 const int niflags = NI_NUMERICHOST; local
1206 NULL, 0, niflags) != 0)
1305 int niflags;
1315 niflags = NI_NUMERICHOST;
1318 NULL, 0, niflags)) {
/freebsd-10.1-release/lib/libc/resolv/
H A Dres_send.c156 static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable
467 NULL, 0, niflags) == 0),
1108 sbuf, sizeof(sbuf), niflags)) {
/freebsd-10.1-release/usr.sbin/ifmcstat/
H A Difmcstat.c774 const int niflags = NI_NUMERICHOST; local
782 buf, sizeof(buf), NULL, 0, niflags) == 0) {
/freebsd-10.1-release/sbin/route/
H A Droute.c687 int niflags = 0; local
694 niflags |= NI_NUMERICHOST;
696 line, sizeof(line), NULL, 0, niflags) != 0)

Completed in 93 milliseconds