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

/osnet-11/usr/src/lib/libdhcpsvc/private/
H A Dprivate.c803 dsvc_synchtype_t synchtype; local
808 error = module_synchtype(&hand->d_desc, &synchtype);
812 if (synchtype == DSVC_SYNCH_NONE)
842 * The only synchtype supported is DSVC_SYNCH_DSVCD; if this
845 assert((synchtype & DSVC_SYNCH_STRATMASK) == DSVC_SYNCH_DSVCD);
848 error = DSVC_SYNCH_INIT(sp, synchtype & DSVC_SYNCH_FLAGMASK);

Completed in 30 milliseconds