Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dnettest.c893 static int stdin_to_socket(int sd, int type, void *addr, socklen_t alen) in stdin_to_socket() function
1000 if (stdin_to_socket(sd, args->type, addr, alen) <= 0) in msg_loop()