Searched refs:omapi_data_string_new (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/ |
H A D | dhcpctl.c | 339 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 D | remote.c | 89 status = omapi_data_string_new (&key -> key, secret_len, MDL); in dhcpctl_new_authenticator()
|
/netbsd-src/external/mpl/dhcp/dist/omapip/ |
H A D | support.c | 366 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 D | alloc.c | 955 isc_result_t omapi_data_string_new (omapi_data_string_t **d, unsigned len, in omapi_data_string_new() function
|
H A D | protocol.c | 601 status = (omapi_data_string_new (&p -> name, nlen, MDL)); in omapi_protocol_signal_handler()
|
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
H A D | omapip.h | 591 isc_result_t omapi_data_string_new (omapi_data_string_t **,
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | parse.c | 3059 status = omapi_data_string_new (&key -> key, ds.len, in parse_key()
|