Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt-app/include/
H A DRk_socket_app.h16 int client_sockfd; member
/OK3568_Linux_fs/external/rk_pcba_test/
H A Decho_pcbatest_server.c988 int client_sockfd; in main() local
1013 client_sockfd = accept(server_sockfd, (struct sockaddr *)&client_addr, &client_addr_len); in main()
1014 if (client_sockfd < 0) { in main()
1031 tcp_client_process(client_sockfd); in main()
1033 close(client_sockfd); in main()