Lines Matching refs:offsetof
27 zexpect_not_equal(-1, offsetof(struct in_addr, s_addr)); in ZTEST()
29 zexpect_not_equal(-1, offsetof(struct sockaddr_in, sin_family)); in ZTEST()
30 zexpect_not_equal(-1, offsetof(struct sockaddr_in, sin_port)); in ZTEST()
31 zexpect_not_equal(-1, offsetof(struct sockaddr_in, sin_addr)); in ZTEST()
33 zexpect_not_equal(-1, offsetof(struct in6_addr, s6_addr)); in ZTEST()
36 zexpect_not_equal(-1, offsetof(struct sockaddr_in6, sin6_family)); in ZTEST()
37 zexpect_not_equal(-1, offsetof(struct sockaddr_in6, sin6_port)); in ZTEST()
40 zexpect_not_equal(-1, offsetof(struct sockaddr_in6, sin6_addr)); in ZTEST()
41 zexpect_not_equal(-1, offsetof(struct sockaddr_in6, sin6_scope_id)); in ZTEST()
65 zexpect_not_equal(-1, offsetof(struct ipv6_mreq, ipv6mr_multiaddr)); in ZTEST()
66 zexpect_not_equal(-1, offsetof(struct ipv6_mreq, ipv6mr_ifindex)); in ZTEST()