| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/ |
| netdb.d | 55 int n_addrtype; 164 int n_addrtype; 248 int n_addrtype; 332 int n_addrtype; 416 int n_addrtype; 523 int n_addrtype; 619 int n_addrtype; 717 int n_addrtype; 804 int n_addrtype; 885 int n_addrtype; [all...] |
| /src/external/bsd/libbind/dist/irs/ |
| getnetent_r.c | 170 nptr->n_addrtype = ne->n_addrtype; 200 nptr->n_addrtype = ne->n_addrtype;
|
| getnetent.c | 156 if (type == net_data->nw_last->n_addrtype && 297 pvt->netent.n_addrtype = AF_INET; 312 if (!nwent || nwent->n_addrtype != AF_INET) 324 pvt->netent.n_addrtype = nwent->n_addrtype;
|
| lcl_nw.c | 176 if (p->n_addrtype == type && p->n_length == length) 193 p->n_addrtype == type) 197 (p->n_addrtype == type)) 292 pvt->net.n_addrtype = AF_INET;
|
| irpmarshall.c | 1326 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); 1328 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length, 1450 ne->n_addrtype = naddrtype; 1501 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); 1504 if (inet_ntop(ne->n_addrtype, &nval, nNet, sizeof nNet) == NULL) { 1622 ne->n_addrtype = naddrtype; 2009 printf("\nAddrtype: %s\n", ADDR_T_STR(ne.n_addrtype)); 2010 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length, 2014 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length, 2021 ne.n_addrtype = np1->n_addrtype [all...] |
| irp_nw.c | 203 nw->n_addrtype == type) {
|
| nis_nw.c | 326 pvt->nwent.n_addrtype = AF_INET;
|
| dns_nw.c | 340 pvt->net.n_addrtype = af;
|
| /src/lib/libc/net/ |
| getnetent.c | 148 net.n_addrtype = AF_INET;
|
| getnetnamadr.c | 243 net_entry.n_addrtype = 291 if (np->n_addrtype == type && np->n_net == net) 631 net_entry.n_addrtype = AF_INET;
|
| /src/include/ |
| netdb.h | 164 int n_addrtype; /*%< net address type */ member in struct:netent
|
| /src/external/bsd/libbind/dist/include/ |
| irs.h | 192 int n_addrtype; /*%< net address type */ member in struct:nwent
|
| netdb.h | 157 int n_addrtype; /*%< net address type */ member in struct:netent
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_freebsd.h | 126 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
|
| sanitizer_platform_limits_posix.h | 758 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
|
| sanitizer_platform_limits_netbsd.h | 141 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_freebsd.h | 126 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
|
| sanitizer_platform_limits_posix.h | 721 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
|
| sanitizer_platform_limits_netbsd.h | 141 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
|
| /src/usr.bin/getent/ |
| getent.c | 386 if (inet_ntop(ne->n_addrtype, &ianet, buf, sizeof(buf)) == NULL)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_netbsd.h | 148 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
|
| /src/external/bsd/ppp/dist/pppd/ |
| auth.c | 2042 if (np != NULL && np->n_addrtype == AF_INET) {
|