Searched refs:DSVC_HANDLE_INVAL (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c494 if (handp == NULL || DSVC_HANDLE_INVAL(*handp))
542 if (targetp == NULL || nrecordsp == NULL || DSVC_HANDLE_INVAL(hand))
583 if (DSVC_HANDLE_INVAL(hand) || entryp == NULL)
598 if (DSVC_HANDLE_INVAL(hand) || listp == NULL)
618 if (DSVC_HANDLE_INVAL(hand))
653 if (DSVC_HANDLE_INVAL(hand))
690 if (DSVC_HANDLE_INVAL(hand))
/osnet-11/usr/src/lib/libdhcpsvc/head/
H A Ddhcp_svc_private.h160 #define DSVC_HANDLE_INVAL(h) ((h) == NULL || (h)->d_instance == NULL || \ macro

Completed in 17 milliseconds