Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dnetent.cpp19 printf("%d ", ntp->n_addrtype); in test1()
33 printf("%d ", ntp->n_addrtype); in test2()
47 printf("%d ", ntp->n_addrtype); in test3()
63 printf("%d ", ntp->n_addrtype); in test4()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h141 int n_addrtype; member
/external/ppp/pppd/
Dauth.c1922 if (np != NULL && np->n_addrtype == AF_INET) {
/external/iptables/libxtables/
Dxtables.c1534 if (net->n_addrtype != AF_INET) in network_to_ipaddr()