Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd.c95 static void npppd_on_sighup (int, short, void *);
357 signal_set(&_this->ev_sighup, SIGHUP, npppd_on_sighup, _this); in npppd_init()
1924 npppd_on_sighup(int fd, short ev_type, void *ctx) in npppd_on_sighup() function