Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dnetent.cpp21 assert(ntp->n_addrtype == 2); in test1()
29 assert(ntp->n_addrtype == 2); in test2()
37 struct netent *ntp = getnetbyaddr(lb->n_net, lb->n_addrtype); in test3()
39 assert(ntp->n_addrtype == 2); in test3()
49 assert(ntp->n_addrtype == 2); in test4()
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A 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()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h126 int n_addrtype; member
H A Dsanitizer_platform_limits_posix.h744 int n_addrtype; member
H A Dsanitizer_platform_limits_netbsd.h141 int n_addrtype; member