Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/hastd/
Dsecondary.c110 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/
Dggatec.c202 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/
Dreceiver.c208 recv_thread(void *arg __unused) in recv_thread() function
707 error = pthread_create(&td, NULL, recv_thread, adhost); in adist_receiver()
Dsender.c583 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/
Dggated.c110 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