Searched refs:iu_eh_callback_t (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libinetutil/common/ |
H A D | libinetutil.h | 225 typedef void iu_eh_callback_t(iu_eh_t *, int, short, iu_event_id_t, void *); typedef 231 iu_event_id_t iu_register_event(iu_eh_t *, int, short, iu_eh_callback_t *,
|
H A D | libinetutil_impl.h | 84 iu_eh_callback_t *iuen_callback; /* callback to call */
|
H A D | eh.c | 199 iu_register_event(iu_eh_t *eh, int fd, short events, iu_eh_callback_t *callback, in iu_register_event()
|
/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | states.h | 260 iu_eh_callback_t dhcp_acknak_global; 261 iu_eh_callback_t dhcp_packet_lif;
|
H A D | agent.c | 72 static iu_eh_callback_t accept_event, ipc_event, rtsock_event;
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/vrrpd/ |
H A D | vrrpd.c | 148 static iu_eh_callback_t vrrpd_sock_handler; 149 static iu_eh_callback_t vrrpd_rtsock_handler; 150 static iu_eh_callback_t vrrpd_cmdsock_handler;
|