Searched refs:xgetaddrinfo (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c74 static void xgetaddrinfo(const char *node, const char *service, function
104 xgetaddrinfo(listenaddr, port, &hints, &addr);
147 xgetaddrinfo(remoteaddr, port, &hints, &addr);
H A Dmptcp_sockopt.c161 static void xgetaddrinfo(const char *node, const char *service, function
191 xgetaddrinfo(listenaddr, port, &hints, &addr);
234 xgetaddrinfo(remoteaddr, port, &hints, &addr);
H A Dmptcp_connect.c180 static void xgetaddrinfo(const char *node, const char *service, function
303 xgetaddrinfo(listenaddr, port, &hints, &addr);
366 xgetaddrinfo(remoteaddr, port, &hints, &addr);

Completed in 144 milliseconds