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

/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dsession.h40 extern void monitor_fd __P((int fd, int (*callback)(void *, int), void *ctx, int priority));
H A Dsession.c127 monitor_fd(int fd, int (*callback)(void *, int), void *ctx, int priority) function
H A Devt.c369 monitor_fd(l->fd, evt_unsubscribe_cb, l, 0);
H A Dadmin.c756 monitor_fd(lcconf->sock_admin, admin_handler, NULL, 0);
H A Dgrabmyaddr.c304 monitor_fd(lcconf->rtsock, kernel_receive, NULL, 0);
H A Dprivsep.c284 monitor_fd(privsep_sock[1], privsep_do_exit, NULL, 0);
H A Dpfkey.c488 monitor_fd(lcconf->sock_pfkey, pfkey_handler, NULL, 0);
H A Disakmp.c1732 monitor_fd(fd, isakmp_handler, NULL, 1);
/netbsd-current/external/ibm-public/postfix/dist/src/master/
H A Dmaster.c289 int monitor_fd = -1; local
421 monitor_fd = master_monitor(MASTER_INIT_TIMEOUT);
558 if (monitor_fd >= 0) {
559 write(monitor_fd, "", 1);
560 (void) close(monitor_fd);

Completed in 185 milliseconds