Home
last modified time | relevance | path

Searched refs:omapi_make_uint_value (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h546 isc_result_t omapi_make_uint_value (omapi_value_t **, omapi_data_string_t *,
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dfailover.c3281 return omapi_make_uint_value (value, name, in dhcp_failover_state_get_value()
3285 return omapi_make_uint_value (value, name, s -> mclt, MDL); in dhcp_failover_state_get_value()
3295 return omapi_make_uint_value (value, name, in dhcp_failover_state_get_value()
3298 return omapi_make_uint_value (value, name, in dhcp_failover_state_get_value()
3307 return omapi_make_uint_value (value, name, s -> i_am, MDL); in dhcp_failover_state_get_value()
3318 return omapi_make_uint_value (value, name, in dhcp_failover_state_get_value()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dsupport.c739 isc_result_t omapi_make_uint_value (omapi_value_t **vp, in omapi_make_uint_value() function