/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | netdb.d | 164 int n_addrtype; in version() local 248 int n_addrtype; in version() local 332 int n_addrtype; in version() local 416 int n_addrtype; in version() local 523 int n_addrtype; in version() local 619 int n_addrtype; in version() local 717 int n_addrtype; in version() local 804 int n_addrtype; in version() local 885 int n_addrtype; in version() local 963 int n_addrtype; in version() local
|
/netbsd-src/external/bsd/libbind/dist/irs/ |
H A D | getnetent_r.c | 170 nptr->n_addrtype = ne->n_addrtype; in copy_netent() 200 nptr->n_addrtype = ne->n_addrtype; in copy_netent()
|
H A D | getnetent.c | 156 if (type == net_data->nw_last->n_addrtype && in getnetbyaddr_p() 297 pvt->netent.n_addrtype = AF_INET; in fakeaddr() 312 if (!nwent || nwent->n_addrtype != AF_INET) in nw_to_net() 324 pvt->netent.n_addrtype = nwent->n_addrtype; in nw_to_net()
|
H A D | lcl_nw.c | 176 if (p->n_addrtype == type && p->n_length == length) in nw_byaddr() 193 p->n_addrtype == type) in nw_byname() 197 (p->n_addrtype == type)) in nw_byname() 292 pvt->net.n_addrtype = AF_INET; in nw_next()
|
H A D | irpmarshall.c | 1326 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_nw() 1328 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length, in irp_marshall_nw() 1450 ne->n_addrtype = naddrtype; in irp_unmarshall_nw() 1501 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype)); in irp_marshall_ne() 1504 if (inet_ntop(ne->n_addrtype, &nval, nNet, sizeof nNet) == NULL) { in irp_marshall_ne() 1622 ne->n_addrtype = naddrtype; in irp_unmarshall_ne() 2009 printf("\nAddrtype: %s\n", ADDR_T_STR(ne.n_addrtype)); in main() 2010 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length, in main() 2014 inet_net_ntop(ne.n_addrtype, ne.n_addr, ne.n_length, in main() 2021 ne.n_addrtype = np1->n_addrtype; in main()
|
H A D | irp_nw.c | 203 nw->n_addrtype == type) { in nw_byname()
|
H A D | nis_nw.c | 326 pvt->nwent.n_addrtype = AF_INET; in makenwent()
|
H A D | dns_nw.c | 340 pvt->net.n_addrtype = af; in get1101answer()
|
/netbsd-src/lib/libc/net/ |
H A D | getnetnamadr.c | 243 net_entry.n_addrtype = in getnetanswer() 291 if (np->n_addrtype == type && np->n_net == net) in _files_getnetbyaddr() 631 net_entry.n_addrtype = AF_INET; in _ypnetent()
|
H A D | getnetent.c | 148 net.n_addrtype = AF_INET; in getnetent()
|
/netbsd-src/include/ |
H A D | netdb.h | 164 int n_addrtype; /*%< net address type */ member
|
/netbsd-src/external/bsd/libbind/dist/doc/ |
H A D | getnetent.cat3 | 33 int n_addrtype; /* net number type */ 43 n_addrtype The type of the network number returned: AF_INET.
|
/netbsd-src/external/bsd/libbind/dist/include/ |
H A D | netdb.h | 157 int n_addrtype; /*%< net address type */ member
|
H A D | irs.h | 192 int n_addrtype; /*%< net address type */ member
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.h | 126 int n_addrtype; member
|
H A D | sanitizer_platform_limits_posix.h | 721 int n_addrtype; member
|
H A D | sanitizer_platform_limits_netbsd.h | 141 int n_addrtype; member
|
/netbsd-src/usr.bin/getent/ |
H A D | getent.c | 386 if (inet_ntop(ne->n_addrtype, &ianet, buf, sizeof(buf)) == NULL) in networksprint()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 141 int n_addrtype; member
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.h | 148 int n_addrtype; member
|