Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/hastd/
H A Dsecondary.c108 static void *recv_thread(void *arg);
504 error = pthread_create(&td, NULL, recv_thread, res); in hastd_secondary()
653 recv_thread(void *arg) in recv_thread() function
/freebsd-14.2/sbin/ggate/ggatec/
H A Dggatec.c210 recv_thread(void *arg __unused) in recv_thread() function
443 error = pthread_create(&recvtd, NULL, recv_thread, NULL); in g_gatec_start()
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dreceiver.c208 recv_thread(void *arg __unused) in recv_thread() function
707 error = pthread_create(&td, NULL, recv_thread, adhost); in adist_receiver()
H A Dsender.c583 recv_thread(void *arg __unused) in recv_thread() function
832 error = pthread_create(&td, NULL, recv_thread, NULL); in adist_sender()
/freebsd-14.2/sbin/ggate/ggated/
H A Dggated.c108 static void *recv_thread(void *arg);
590 error = pthread_create(&td, NULL, recv_thread, conn); in connection_launch()
635 recv_thread(void *arg) in recv_thread() function