Home
last modified time | relevance | path

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

/minix3/external/bsd/dhcp/dist/includes/omapip/
H A Domapip.h546 isc_result_t omapi_make_uint_value (omapi_value_t **, omapi_data_string_t *,
/minix3/external/bsd/dhcp/dist/server/
H A Dfailover.c3166 return omapi_make_uint_value (value, name, in dhcp_failover_state_get_value()
3170 return omapi_make_uint_value (value, name, s -> mclt, MDL); in dhcp_failover_state_get_value()
3180 return omapi_make_uint_value (value, name, in dhcp_failover_state_get_value()
3183 return omapi_make_uint_value (value, name, in dhcp_failover_state_get_value()
3192 return omapi_make_uint_value (value, name, s -> i_am, MDL); in dhcp_failover_state_get_value()
3203 return omapi_make_uint_value (value, name, in dhcp_failover_state_get_value()
/minix3/external/bsd/dhcp/dist/omapip/
H A Dsupport.c739 isc_result_t omapi_make_uint_value (omapi_value_t **vp, in omapi_make_uint_value() function