Home
last modified time | relevance | path

Searched refs:omapi_io_state_foreach (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h406 isc_result_t omapi_io_state_foreach (isc_result_t (*func) (omapi_object_t *,
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Ddispatch.c972 isc_result_t omapi_io_state_foreach (isc_result_t (*func) (omapi_object_t *, in omapi_io_state_foreach() function
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb.c3235 omapi_io_state_foreach (dhcp_io_shutdown, 0);
3237 omapi_io_state_foreach (dhcp_io_shutdown, 0);
3239 omapi_io_state_foreach (dhcp_io_shutdown, 0);
H A Ddhcpd.c1726 omapi_io_state_foreach (dhcp_io_shutdown, 0); in dhcp_io_shutdown_countdown()