Home
last modified time | relevance | path

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

/external/nanopb-c/examples/network_server/
Dserver.c64 void handle_connection(int connfd) in handle_connection() function
154 handle_connection(connfd); in main()
/external/grpc-grpc/third_party/nanopb/examples/network_server/
Dserver.c60 void handle_connection(int connfd) in handle_connection() function
150 handle_connection(connfd); in main()
/external/usrsctp/programs/
Dtsctp.c126 handle_connection(void *arg) in handle_connection() function
650 if ((tid = CreateThread(NULL, 0, &handle_connection, (void *)conn_sock, 0, NULL)) == NULL) {
653 if ((rc = pthread_create(&tid, NULL, &handle_connection, (void *)conn_sock)) != 0) {