| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | message.c | 447 status = omapi_get_value_str (mo, message -> id_object, in omapi_message_process_internal() 473 status = omapi_get_value_str (mo, message -> id_object, in omapi_message_process_internal() 488 status = omapi_get_value_str (mo, message -> id_object, in omapi_message_process_internal() 503 status = omapi_get_value_str (mo, message -> id_object, in omapi_message_process_internal() 722 status = omapi_get_value_str (mo, message -> id_object, in omapi_message_process_internal() 733 status = omapi_get_value_str (mo, message -> id_object, in omapi_message_process_internal()
|
| H A D | auth.c | 150 status = omapi_get_value_str (ref, id, "name", &name); in omapi_auth_key_lookup() 160 status = omapi_get_value_str (ref, id, "algorithm", &algorithm); in omapi_auth_key_lookup()
|
| H A D | connection.c | 786 status = omapi_get_value_str(a, 0, "key", &key); in make_dst_key() 1110 status = omapi_get_value_str(obj, (omapi_object_t *)0, attr_name, in ctring_from_attribute()
|
| H A D | protocol.c | 314 status = omapi_get_value_str (c, (omapi_object_t *)0, in omapi_protocol_send_message() 681 status = omapi_get_value_str (c, (omapi_object_t *)0, in omapi_protocol_signal_handler()
|
| H A D | support.c | 487 isc_result_t omapi_get_value_str (omapi_object_t *h, in omapi_get_value_str() function
|
| H A D | dispatch.c | 672 omapi_get_value_str (obj, in omapi_one_dispatch()
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | omapi.c | 764 status = omapi_get_value_str (ref, id, "handle", &tv); in dhcp_lease_lookup() 780 status = omapi_get_value_str (ref, id, "ip-address", &tv); in dhcp_lease_lookup() 809 status = omapi_get_value_str (ref, id, "dhcp-client-identifier", &tv); in dhcp_lease_lookup() 839 status = omapi_get_value_str (ref, id, "hardware-address", &tv); in dhcp_lease_lookup() 854 status = omapi_get_value_str (ref, id, "hardware-type", &tv); in dhcp_lease_lookup() 1385 status = omapi_get_value_str (ref, id, "handle", &tv); in dhcp_host_lookup() 1404 status = omapi_get_value_str (ref, id, "dhcp-client-identifier", &tv); in dhcp_host_lookup() 1433 status = omapi_get_value_str (ref, id, "hardware-address", &tv); in dhcp_host_lookup() 1448 status = omapi_get_value_str (ref, id, "hardware-type", &tv); in dhcp_host_lookup() 1504 status = omapi_get_value_str (ref, id, "ip-address", &tv); in dhcp_host_lookup() [all …]
|
| H A D | failover.c | 1021 status = omapi_get_value_str (h, (omapi_object_t *)0, in dhcp_failover_listen() 1036 status = omapi_get_value_str (h, (omapi_object_t *)0, in dhcp_failover_listen() 1245 status = omapi_get_value_str (h, (omapi_object_t *)0, in dhcp_failover_register() 3610 status = omapi_get_value_str (ref, id, "handle", &tv); in dhcp_failover_state_lookup() 3626 status = omapi_get_value_str (ref, id, "name", &tv); in dhcp_failover_state_lookup()
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | comapi.c | 349 status = omapi_get_value_str (ref, id, "handle", &tv); in dhcp_group_lookup() 365 status = omapi_get_value_str (ref, id, "name", &tv); in dhcp_group_lookup() 571 status = omapi_get_value_str (ref, id, "handle", &tv); in dhcp_control_lookup()
|
| H A D | discover.c | 1384 status = omapi_get_value_str (ref, id, "handle", &tv); 1400 status = omapi_get_value_str (ref, id, "name", &tv);
|
| /netbsd-src/external/mpl/dhcp/dist/dhcpctl/ |
| H A D | dhcpctl.c | 316 status = omapi_get_value_str (h, (omapi_object_t *)0, value_name, &tv); in dhcpctl_get_value()
|
| /netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
| H A D | omapip.h | 526 isc_result_t omapi_get_value_str (omapi_object_t *, omapi_object_t *,
|