Home
last modified time | relevance | path

Searched refs:omapi_object_allocate (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/common/
H A Ddhcp4o6.c105 status = omapi_object_allocate(&dhcp4o6_object, dhcp4o6_type, 0, MDL); in dhcp4o6_setup()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h165 return omapi_object_allocate ((omapi_object_t **)p, \
575 isc_result_t omapi_object_allocate (omapi_object_t **,
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dsalloc.c152 return omapi_object_allocate ((omapi_object_t **)p,
/netbsd-src/external/mpl/dhcp/dist/dhcpctl/
H A Dremote.c120 status = omapi_object_allocate((omapi_object_t **)&m, in dhcpctl_new_object()
/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dalloc.c520 isc_result_t omapi_object_allocate (omapi_object_t **o, in omapi_object_allocate() function