Home
last modified time | relevance | path

Searched refs:n_addrtype (Results 1 – 9 of 9) sorted by relevance

/openbsd/gnu/usr.bin/perl/lib/Net/
H A Dnetent.pm9 $n_addrtype, $n_net
17 $n_addrtype $n_net
38 $n_addrtype = $nob->[2] = $_[2];
/openbsd/lib/libc/asr/
H A Dgetnetnamadr.c59 r->n_addrtype = e->n_addrtype; in _fillnetent()
H A Dgethostnamadr_async.c683 n->n.n_addrtype = h->h.h_addrtype; in netent_from_hostent()
/openbsd/include/
H A Dnetdb.h124 int n_addrtype; /* net address type */ member
/openbsd/regress/lib/libc/asr/bin/
H A Dcommon.c299 printf("addrtype = %i\n", e->n_addrtype); in print_netent()
300 printf("net = %s\n", inet_ntop(e->n_addrtype, &addr, buf, sizeof buf)); in print_netent()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h126 int n_addrtype; member
H A Dsanitizer_platform_limits_posix.h763 int n_addrtype; member
H A Dsanitizer_platform_limits_netbsd.h141 int n_addrtype; member
/openbsd/gnu/usr.bin/perl/
H A Dpp_sys.c5211 mPUSHi(nent->n_addrtype); in PP()