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

/freebsd-13-stable/lib/libc/net/
H A Dgetnetbyht.c125 ne->n_addrtype = AF_INET;
274 if (ne.n_addrtype == type && ne.n_net == net)
H A Dgetnetnamadr.c315 nptr->n_addrtype = ne->n_addrtype;
H A Dgetnetbynis.c106 ne->n_addrtype = AF_INET;
H A Dgetnetbydns.c227 ne->n_addrtype = (class == C_IN) ? AF_INET : AF_UNSPEC;
/freebsd-13-stable/include/
H A Dnetdb.h118 int n_addrtype; /* net address type */ member in struct:netent
/freebsd-13-stable/usr.bin/getent/
H A Dgetent.c337 if (inet_ntop(ne->n_addrtype, &ianet, buf, sizeof(buf)) == NULL)
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h141 int n_addrtype; member in struct:__sanitizer::__sanitizer_netent

Completed in 126 milliseconds