/src/lib/libform/ |
type_ipv6.c | 58 const int niflags = NI_NUMERICHOST; local in function:ipv6_check_field 82 (socklen_t) sizeof(cleaned), NULL, 0, niflags) != 0) {
|
/src/usr.sbin/faithd/ |
prefix.c | 58 const int niflags = NI_NUMERICHOST; variable in typeref:typename:const int 130 hbuf, (socklen_t)sizeof(hbuf), NULL, 0, niflags))
|
/src/usr.sbin/ifmcstat/ |
ifmcstat.c | 67 const int niflags = NI_NUMERICHOST; local in function:inet6_n2a 76 buf, sizeof(buf), NULL, 0, niflags) == 0)
|
/src/libexec/rexecd/ |
rexecd.c | 158 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; local in function:doit 171 pbuf, sizeof(pbuf), niflags) != 0) {
|
/src/lib/libc/resolv/ |
res_send.c | 195 static const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable in typeref:typename:const int 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 in function:doit 305 pbuf, sizeof(pbuf), niflags) != 0) { 426 niflags) == 0
|
/src/sbin/route/ |
rtutil.c | 538 int niflags = 0; local in function:routename6 541 niflags |= NI_NUMERICHOST; 543 niflags |= NI_NOFQDN; 546 line, sizeof(line), NULL, 0, niflags) != 0)
|
/src/lib/libc/net/ |
rcmd.c | 245 const int niflags = NI_NUMERICHOST; local in function:resrcmd 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 in function:__icheckhost 932 niflags) != 0) 950 (socklen_t)sizeof(h2), NULL, 0, niflags) != 0) 975 const int niflags = NI_NUMERICHOST; local in function:__gethostloop 984 niflags) != 0) 1003 (socklen_t)sizeof(h2), NULL, 0, niflags) != 0)
|
/src/libexec/rlogind/ |
rlogind.c | 257 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; local in function:doit 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 in function:checkremote 398 rname, sizeof(rname), NULL, 0, niflags) != 0) 407 NULL, 0, niflags) != 0)
|
/src/usr.sbin/inetd/ |
inetd.c | 242 const int niflags = NI_NUMERICHOST | NI_NUMERICSERV; variable in typeref:typename:const int 933 0, niflags) != 0) 1550 niflags) != 0)
|
/src/usr.bin/fstat/ |
fstat.c | 940 const int niflags = local in function:inet_addrstr 954 addr, sizeof(addr), serv, sizeof(serv), niflags)) { 980 const int niflags = local in function:inet6_addrstr 994 addr, sizeof(addr), serv, sizeof(serv), niflags)) {
|
/src/usr.bin/telnet/ |
commands.c | 2053 const int niflags = NI_NUMERICHOST; 2056 NULL, 0, niflags) == 0) 2045 const int niflags = NI_NUMERICHOST; local in function:sockaddr_ntop
|
/src/sys/netinet6/ |
icmp6.c | 1710 int niflags = ni6->ni_flags; local in function:ni6_addrs 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 in function:ni6_store_addrs 1809 if (ifp0 == NULL && !(niflags & NI_NODEADDR_FLAG_ALL)) 1843 if ((niflags & NI_NODEADDR_FLAG_LINKLOCAL) == 0 [all...] |