Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dnettest.c533 struct in_addr *exp_in = (struct in_addr *) expected; in expected_addr_match() local
535 if (s->sin_addr.s_addr != exp_in->s_addr) { in expected_addr_match()
538 inet_ntop(AF_INET, exp_in, in expected_addr_match()
544 struct in6_addr *exp_in = (struct in6_addr *) expected; in expected_addr_match() local
546 if (memcmp(&s6->sin6_addr, exp_in, sizeof(*exp_in))) { in expected_addr_match()
549 inet_ntop(AF_INET6, exp_in, in expected_addr_match()