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

/freebsd-current/lib/libc/net/
H A Dgetnetbyht.c118 ne->n_addrtype = AF_INET;
267 if (ne.n_addrtype == type && ne.n_net == net)
H A Dgetnetnamadr.c312 nptr->n_addrtype = ne->n_addrtype;
H A Dgetnetbynis.c103 ne->n_addrtype = AF_INET;
H A Dgetnetbydns.c221 ne->n_addrtype = (class == C_IN) ? AF_INET : AF_UNSPEC;
/freebsd-current/include/
H A Dnetdb.h116 int n_addrtype; /* net address type */ member in struct:netent
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h126 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
H A Dsanitizer_platform_limits_posix.h760 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
H A Dsanitizer_platform_limits_netbsd.h141 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent
/freebsd-current/usr.bin/getent/
H A Dgetent.c335 if (inet_ntop(ne->n_addrtype, &ianet, buf, sizeof(buf)) == NULL)

Completed in 262 milliseconds