/external/ipsec-tools/src/racoon/ |
session.h | 40 extern void monitor_fd __P((int fd, int (*callback)(void *, int), void *ctx, int priority));
|
evt.c | 376 monitor_fd(l->fd, evt_unsubscribe_cb, l, 0);
|
session.c | 130 monitor_fd(int fd, int (*callback)(void *, int), void *ctx, int priority) function
|
admin.c | 748 monitor_fd(lcconf->sock_admin, admin_handler, NULL, 0);
|
grabmyaddr.c | 300 monitor_fd(lcconf->rtsock, kernel_receive, NULL, 0);
|
isakmp.c | [all...] |
pfkey.c | 492 monitor_fd(lcconf->sock_pfkey, pfkey_handler, NULL, 0); [all...] |
/external/ipsec-tools/ |
main.c | 146 monitor_fd(control, NULL, NULL, 0); 187 void monitor_fd(int fd, int (*callback)(void *, int), void *ctx, int priority) function
|