HomeSort by: relevance | last modified time | path
    Searched refs:omapi_data_string_new (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/dhcp/dist/dhcpctl/
dhcpctl.c 339 status = omapi_data_string_new (result, len, MDL);
413 status = omapi_data_string_new (&name, strlen (value_name), MDL);
449 status = omapi_data_string_new (&name, strlen (value_name), MDL);
486 status = omapi_data_string_new (&name, ll, MDL);
520 status = omapi_data_string_new (&name, ll, MDL);
546 status = omapi_data_string_new (&name, strlen (value_name), MDL);
578 status = omapi_data_string_new (&name, strlen (value_name), MDL);
remote.c 89 status = omapi_data_string_new (&key -> key, secret_len, MDL);
  /src/external/mpl/dhcp/dist/omapip/
support.c 366 status = omapi_data_string_new (&nds, strlen (name), MDL);
383 status = omapi_data_string_new (&n, strlen (name), MDL);
407 status = omapi_data_string_new (&n, strlen (name), MDL);
431 status = omapi_data_string_new (&n, strlen (name), MDL);
455 status = omapi_data_string_new (&n, strlen (name), MDL);
497 status = omapi_data_string_new (&nds, strlen (name), MDL);
alloc.c 955 isc_result_t omapi_data_string_new (omapi_data_string_t **d, unsigned len, function
protocol.c 601 status = (omapi_data_string_new (&p -> name, nlen, MDL));
  /src/external/mpl/dhcp/dist/includes/omapip/
omapip.h 591 isc_result_t omapi_data_string_new (omapi_data_string_t **,
  /src/external/mpl/dhcp/dist/common/
parse.c 3059 status = omapi_data_string_new (&key -> key, ds.len,

Completed in 28 milliseconds