Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/supplement/network/
Dinet_ntop.c28 char ip4test[] = "10.10.0.1"; in inet_ntop_0100() local
30 inet_pton(AF_INET, ip4test, &sin_addr); in inet_ntop_0100()
31 const char *ptr = inet_ntop(AF_INET, &sin_addr, ip4test, sizeof(ip4test)); in inet_ntop_0100()
33 EXPECT_STREQ("inet_ntop_0100", ptr, ip4test); in inet_ntop_0100()
91 char ip4test[] = "10.10.0.1"; in inet_ntop_0500() local
93 inet_pton(AF_UNIX, ip4test, &sin_addr); in inet_ntop_0500()
94 const char *ptr = inet_ntop(AF_UNIX, &sin_addr, ip4test, sizeof(ip4test)); in inet_ntop_0500()