Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dnettest.c873 static int stdin_to_socket(int sd, int type, void *addr, socklen_t alen) in stdin_to_socket() function
980 if (stdin_to_socket(sd, args->type, addr, alen) <= 0) in msg_loop()