Searched defs:handp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c372 * container in the handp argument. New containers are created with
378 open_dd(dsvc_handle_t *handp, dsvc_datastore_t *ddp, dsvc_contype_t type, argument
384 *handp = NULL;
438 *handp = hp;
490 close_dd(dsvc_handle_t *handp) argument
494 if (handp == NULL || DSVC_HANDLE_INVAL(*handp))
497 if ((*handp)->d_type == DSVC_DHCPTAB)
498 error = (*handp)->d_api.close_dt(&((*handp)
[all...]

Completed in 26 milliseconds