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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c266 if (primary_smach(isv6) == NULL &&
267 (alt_primary = primary_smach(!isv6)) != NULL) {
414 * primary_smach(): loop through all state machines of the given type (v4 or
422 primary_smach(boolean_t isv6) function
453 * with verification, because the caller uses primary_smach()
492 if ((old_primary = primary_smach(dsmp->dsm_isv6)) != NULL)
499 alt_primary = primary_smach(!dsmp->dsm_isv6);

Completed in 76 milliseconds