Searched refs:tst_get_in_addr (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/lib/ |
D | tst_net_vars.c | 221 tst_get_in_addr(buf, &network); in get_ipv4_net16_unused() 233 tst_get_in_addr(buf, &network); in get_ipv4_net16_unused() 243 tst_get_in_addr(buf, &network); in get_ipv4_net16_unused() 507 tst_get_in_addr(lip_str, &lip); in get_ipv4_info() 508 tst_get_in_addr(rip_str, &rip); in get_ipv4_info() 596 tst_get_in_addr(lip_str, &ip); in main() 602 tst_get_in_addr(rip_str, &ip); in main()
|
D | tst_net_ip_prefix.c | 79 tst_get_in_addr(ip_str, &ip); in main()
|
D | tst_net_iface_prefix.c | 142 tst_get_in_addr(ip_str, &ip); in main()
|
/third_party/ltp/lib/ |
D | tst_net.c | 127 void tst_get_in_addr(const char *ip_str, struct in_addr *ip) in tst_get_in_addr() function 182 tst_get_in_addr(ip_str, &sa->sin_addr); in tst_init_sockaddr_inet()
|
/third_party/ltp/include/ |
D | tst_net.h | 15 void tst_get_in_addr(const char *ip_str, struct in_addr *ip);
|
/third_party/ltp/doc/ |
D | network-c-api.txt | 78 - +void tst_get_in_addr(const char *ip_str, struct in_addr *ip)+ – Convert
|