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

/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A Daf_inet.c86 const int niflag = Nflag ? 0 : NI_NUMERICHOST; local
118 hbuf, sizeof(hbuf), NULL, 0, niflag))
127 hbuf, sizeof(hbuf), NULL, 0, niflag))
136 hbuf, sizeof(hbuf), NULL, 0, niflag))
H A Dtunnel.c160 const int niflag = Nflag ? 0 : (NI_NUMERICHOST|NI_NUMERICSERV); local
176 niflag);
184 niflag);
H A Daf_inet6.c282 const int niflag = Nflag ? 0 : NI_NUMERICHOST; local
297 hbuf, sizeof(hbuf), NULL, 0, niflag))
317 hbuf, sizeof(hbuf), NULL, 0, niflag))
/netbsd-6-1-5-RELEASE/tests/lib/libc/net/getaddrinfo/
H A Dh_gai.c66 const int niflag = NI_NUMERICHOST; local
71 niflag);
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/libipsec/
H A Dpfkey_dump.c677 const int niflag = NI_NUMERICHOST; local
683 NULL, 0, niflag) == 0)
696 const int niflag = NI_NUMERICSERV; local
702 buf, sizeof(buf), niflag) == 0)
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dif.c342 const int niflag = NI_NUMERICHOST; local
437 niflag) != 0) {
474 niflag) != 0) {
H A Dinet6.c1394 const int niflag = NI_NUMERICHOST; local
1433 hbuf, sizeof(hbuf), NULL, 0, niflag) != 0)
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dsyslogd.c2612 int niflag = NI_DGRAM; local
2616 ip, sizeof ip, NULL, 0, NI_NUMERICHOST|niflag);
2630 host, sizeof host, NULL, 0, niflag);

Completed in 214 milliseconds