Searched refs:accept_event (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | agent.c | 72 static iu_eh_callback_t accept_event, ipc_event, rtsock_event; variable 287 if (iu_register_event(eh, ipc_fd, POLLIN, accept_event, 0) == -1) { in main() 412 accept_event(iu_eh_t *ehp, int fd, short events, iu_event_id_t id, void *arg) in accept_event() function
|
H A D | README | 108 registers a callback function (accept_event()) that will be called
|