Home
last modified time | relevance | path

Searched defs:unixfd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/mptcp/
H A Dmptcp_inq.c234 static void connect_one_server(int fd, int unixfd) in connect_one_server()
325 static void process_one_client(int fd, int unixfd) in process_one_client()
468 static int server(int unixfd) in server()
498 static int client(int unixfd) in client()
/aosp_15_r20/external/curl/tests/server/
H A Dutil.c854 curl_socket_t unixfd = socket(AF_UNIX, SOCK_STREAM, 0); in bind_unix_socket() local