Searched defs:bound_event_cb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dbound.c63 * bound_event_cb(): callback for script_start on the event EVENT_BOUND
72 bound_event_cb(dhcp_smach_t *dsmp, void *arg) function
275 EVENT_EXTEND, bound_event_cb, NULL, NULL);
290 (void) bound_event_cb(dsmp, NULL);
334 (void) script_start(dsmp, EVENT_BOUND6, bound_event_cb, NULL,
412 (void) script_start(dsmp, EVENT_BOUND, bound_event_cb, NULL,

Completed in 60 milliseconds