Home
last modified time | relevance | path

Searched refs:OMAPI_DATA_STRING_EMPTY_SIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/omapip/
H A Dalloc.c961 nlen = OMAPI_DATA_STRING_EMPTY_SIZE + len; in omapi_data_string_new()
967 memset (new, 0, OMAPI_DATA_STRING_EMPTY_SIZE); in omapi_data_string_new()
/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Domapip.h85 #define OMAPI_DATA_STRING_EMPTY_SIZE (2 * sizeof (int)) macro