Searched refs:omapi_connection_put_string (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/omapip/ |
H A D | auth.c | 213 status = omapi_connection_put_string (c, a -> name); in omapi_auth_key_stuff_values() 221 status = omapi_connection_put_string (c, a -> algorithm); in omapi_auth_key_stuff_values()
|
H A D | buffer.c | 694 isc_result_t omapi_connection_put_string (omapi_object_t *c, in omapi_connection_put_string() function
|
/netbsd-src/external/mpl/dhcp/dist/common/ |
H A D | discover.c | 1355 status = omapi_connection_put_string (c, "up"); 1357 status = omapi_connection_put_string (c, "down");
|
H A D | comapi.c | 322 status = omapi_connection_put_string (c, group -> name); in dhcp_group_stuff_values()
|
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/ |
H A D | omapip.h | 349 isc_result_t omapi_connection_put_string (omapi_object_t *, const char *);
|
/netbsd-src/external/mpl/dhcp/dist/server/ |
H A D | omapi.c | 620 omapi_connection_put_string (c, in dhcp_lease_stuff_values() 1338 status = omapi_connection_put_string (c, host -> name); in dhcp_host_stuff_values()
|
H A D | failover.c | 997 status = omapi_connection_put_string (c, "invalid link state"); in dhcp_failover_link_stuff_values() 999 status = (omapi_connection_put_string in dhcp_failover_link_stuff_values() 3396 status = omapi_connection_put_string (c, s -> name); in dhcp_failover_state_stuff()
|