Searched refs:ip6test (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
D | inet_ntop.c | 44 char ip6test[] = "A157:CD01:3579:1526:DBAC:EF21:4356:7879"; in inet_ntop_0200() local 46 inet_pton(AF_INET6, ip6test, &sin_addr); in inet_ntop_0200() 47 const char *ptr = inet_ntop(AF_INET6, &sin_addr, ip6test, sizeof(ip6test)); in inet_ntop_0200() 49 EXPECT_STREQ("inet_ntop_0200", ptr, ip6test); in inet_ntop_0200() 60 char ip6test[] = "fe80::bed5:4695:6cac:bef8"; in inet_ntop_0300() local 62 inet_pton(AF_INET6, ip6test, &sin_addr); in inet_ntop_0300() 63 const char *ptr = inet_ntop(AF_INET6, &sin_addr, ip6test, sizeof(ip6test)); in inet_ntop_0300() 65 EXPECT_STREQ("inet_ntop_0300", ptr, ip6test); in inet_ntop_0300() 76 char ip6test[] = "::10.10.0.1"; in inet_ntop_0400() local 78 inet_pton(AF_INET6, ip6test, &sin_addr); in inet_ntop_0400() [all …]
|