Searched refs:tst_get_in6_addr (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/lib/ |
D | tst_net_vars.c | 285 tst_get_in6_addr(buf, &network); in get_ipv6_net32_unused() 298 tst_get_in6_addr(buf, &network); in get_ipv6_net32_unused() 309 tst_get_in6_addr(buf, &network); in get_ipv6_net32_unused() 534 tst_get_in6_addr(lip_str, &lip); in get_ipv6_info() 535 tst_get_in6_addr(rip_str, &rip); in get_ipv6_info() 594 tst_get_in6_addr(lip_str, &ip6); in main() 600 tst_get_in6_addr(rip_str, &ip6); in main()
|
D | tst_net_ip_prefix.c | 77 tst_get_in6_addr(ip_str, &ip6); in main()
|
D | tst_net_iface_prefix.c | 140 tst_get_in6_addr(ip_str, &ip6); in main()
|
/third_party/ltp/lib/ |
D | tst_net.c | 133 void tst_get_in6_addr(const char *ip_str, struct in6_addr *ip6) in tst_get_in6_addr() function 198 tst_get_in6_addr(ip_str, &sa->sin6_addr); in tst_init_sockaddr_inet6()
|
/third_party/ltp/include/ |
D | tst_net.h | 16 void tst_get_in6_addr(const char *ip_str, struct in6_addr *ip6);
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 82 - +void tst_get_in6_addr(const char *ip_str, struct in6_addr *ip6)+ – Convert
|