Home
last modified time | relevance | path

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

/third_party/ltp/include/
Dtst_net.h26 void tst_init_sockaddr_inet(struct sockaddr_in *sa, const char *ip_str, uint16_t port);
/third_party/ltp/testcases/kernel/syscalls/connect/
Dconnect02.c57 tst_init_sockaddr_inet(&client_addr, "127.0.0.1", in setup()
/third_party/ltp/lib/
Dtst_net.c177 void tst_init_sockaddr_inet(struct sockaddr_in *sa, const char *ip_str, uint16_t port) in tst_init_sockaddr_inet() function
/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind05.c78 tst_init_sockaddr_inet(&ipv4_addr, IPV4_ADDRESS, 0); in setup()
Dbind04.c78 tst_init_sockaddr_inet(&ipv4_addr, IPV4_ADDRESS, 0); in setup()
/third_party/ltp/doc/
Dnetwork-c-api.txt92 - +void tst_init_sockaddr_inet(struct sockaddr_in *sa, const char *ip_str,