| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| netdb.d | 103 NI_NOFQDN 212 enum NI_NOFQDN = 4; 296 enum NI_NOFQDN = 0x1; 380 enum NI_NOFQDN = 0x1; 486 enum NI_NOFQDN = 0x1; 577 enum NI_NOFQDN = 4; 691 enum NI_NOFQDN = 0x01; 765 enum NI_NOFQDN = 0x0001; 850 enum NI_NOFQDN = 0x1; 928 NI_NOFQDN = 4 [all...] |
| /src/external/mpl/dhcp/bind/include/irs/ |
| netdb.h | 124 #undef NI_NOFQDN 131 #define NI_NOFQDN 0x00000001
|
| /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/ |
| netdb.h.in | 124 #undef NI_NOFQDN 131 #define NI_NOFQDN 0x00000001
|
| /src/tests/include/ |
| t_netdb.c | 111 #ifdef NI_NOFQDN 115 atf_tc_fail_nonfatal("NI_NOFQDN not defined");
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| getnameinfo.c | 59 if (flags & NI_NOFQDN) {
|
| roken-common.h | 247 #define NI_NOFQDN 0x04
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_rfc2553.h | 234 #define NI_NOFQDN 0x00000001
|
| /src/include/ |
| netdb.h | 294 #define NI_NOFQDN 0x00000001
|
| /src/dist/pf/sbin/pfctl/ |
| pf_print_state.c | 136 host, sizeof(host), NULL, 0, NI_NOFQDN); 147 host, sizeof(host), NULL, 0, NI_NOFQDN);
|
| /src/external/bsd/tcpdump/dist/ |
| pf_print_state.c | 145 host, sizeof(host), NULL, 0, NI_NOFQDN); 156 host, sizeof(host), NULL, 0, NI_NOFQDN);
|
| /src/usr.bin/getnameinfo/ |
| getnameinfo.c | 131 flags |= NI_NOFQDN;
|
| /src/external/bsd/libbind/dist/irs/ |
| getnameinfo.c | 203 if (flags & NI_NOFQDN) {
|
| /src/external/mpl/dhcp/bind/dist/lib/irs/ |
| getnameinfo.c | 58 * \li #NI_NOFQDN: 410 if ((flags & NI_NOFQDN) != 0) {
|
| /src/external/bsd/libbind/dist/include/ |
| netdb.h | 252 #define NI_NOFQDN 0x00000001
|
| /src/lib/libc/net/ |
| getnameinfo.c | 405 if (flags & NI_NOFQDN) {
|
| /src/games/hunt/hunt/ |
| hunt.c | 120 buf, sizeof(buf), NULL, 0, NI_NOFQDN);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/ |
| winsock2.d | 78 NI_NOFQDN = 0x01,
|
| /src/sbin/route/ |
| rtutil.c | 543 niflags |= NI_NOFQDN;
|
| /src/external/apache2/mDNSResponder/dist/Clients/dnssdutil/ |
| dnssdutil.c | 1032 BooleanOption( 0 , "flag-nofqdn", &gGetNameInfoFlag_NoFQDN, "Use NI_NOFQDN flag." ), 6887 CaseFlagStringify( NI_NOFQDN ), 6913 if( gGetNameInfoFlag_NoFQDN ) flags |= NI_NOFQDN; [all...] |