Home
last modified time | relevance | path

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

/external/strace/tests/
Dnlattr_inet_diag_req_v2.c160 test_in_addr(const int fd) in test_in_addr() function
418 test_in_addr(fd); in main()
/external/strace/tests-m32/
Dnlattr_inet_diag_req_v2.c160 test_in_addr(const int fd) in test_in_addr() function
418 test_in_addr(fd); in main()
/external/strace/tests-mx32/
Dnlattr_inet_diag_req_v2.c160 test_in_addr(const int fd) in test_in_addr() function
418 test_in_addr(fd); in main()
/external/webrtc/webrtc/p2p/base/
Dstun_unittest.cc822 struct in_addr test_in_addr; in TEST_F() local
823 test_in_addr.s_addr = 0xBEB0B0BE; in TEST_F()
824 rtc::IPAddress test_ip(test_in_addr); in TEST_F()