Searched refs:recv_thread (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/sbin/hastd/ |
| D | secondary.c | 110 static void *recv_thread(void *arg); 506 error = pthread_create(&td, NULL, recv_thread, res); in hastd_secondary() 655 recv_thread(void *arg) in recv_thread() function
|
| /freebsd-12-stable/sbin/ggate/ggatec/ |
| D | ggatec.c | 202 recv_thread(void *arg __unused) in recv_thread() function 421 error = pthread_create(&recvtd, NULL, recv_thread, NULL); in g_gatec_start()
|
| /freebsd-12-stable/contrib/openbsm/bin/auditdistd/ |
| D | receiver.c | 208 recv_thread(void *arg __unused) in recv_thread() function 707 error = pthread_create(&td, NULL, recv_thread, adhost); in adist_receiver()
|
| D | sender.c | 583 recv_thread(void *arg __unused) in recv_thread() function 832 error = pthread_create(&td, NULL, recv_thread, NULL); in adist_sender()
|
| /freebsd-12-stable/sbin/ggate/ggated/ |
| D | ggated.c | 110 static void *recv_thread(void *arg); 592 error = pthread_create(&td, NULL, recv_thread, conn); in connection_launch() 636 recv_thread(void *arg) in recv_thread() function
|