Searched refs:channel_watchdog (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Dchannel.c50 static void channel_watchdog(int, short, void *);
308 evtimer_set(&ev, channel_watchdog, &ev);
309 channel_watchdog(0, 0, &ev);
314 channel_watchdog(int fd, short ev, void *arg) function

Completed in 73 milliseconds