Home
last modified time | relevance | path

Searched refs:omapi_data_string_new (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Ddhcpctl.c339 status = omapi_data_string_new (result, len, MDL); in dhcpctl_get_value()
413 status = omapi_data_string_new (&name, strlen (value_name), MDL); in dhcpctl_set_value()
449 status = omapi_data_string_new (&name, strlen (value_name), MDL); in dhcpctl_set_string_value()
486 status = omapi_data_string_new (&name, ll, MDL); in dhcpctl_set_data_value()
520 status = omapi_data_string_new (&name, ll, MDL); in dhcpctl_set_null_value()
546 status = omapi_data_string_new (&name, strlen (value_name), MDL); in dhcpctl_set_boolean_value()
578 status = omapi_data_string_new (&name, strlen (value_name), MDL); in dhcpctl_set_int_value()
H A Dremote.c89 status = omapi_data_string_new (&key -> key, secret_len, MDL); in dhcpctl_new_authenticator()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dsupport.c366 status = omapi_data_string_new (&nds, strlen (name), MDL); in omapi_set_value_str()
383 status = omapi_data_string_new (&n, strlen (name), MDL); in omapi_set_boolean_value()
407 status = omapi_data_string_new (&n, strlen (name), MDL); in omapi_set_int_value()
431 status = omapi_data_string_new (&n, strlen (name), MDL); in omapi_set_object_value()
455 status = omapi_data_string_new (&n, strlen (name), MDL); in omapi_set_string_value()
497 status = omapi_data_string_new (&nds, strlen (name), MDL); in omapi_get_value_str()
H A Dalloc.c955 isc_result_t omapi_data_string_new (omapi_data_string_t **d, unsigned len, in omapi_data_string_new() function
H A Dprotocol.c601 status = (omapi_data_string_new (&p -> name, nlen, MDL)); in omapi_protocol_signal_handler()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h591 isc_result_t omapi_data_string_new (omapi_data_string_t **,
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dparse.c3059 status = omapi_data_string_new (&key -> key, ds.len, in parse_key()