Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c446 dhcp_smach_t *bestdsm = NULL; in info_primary_smach() local
468 if (bestdsm == NULL || in info_primary_smach()
469 strcmp(dsmp->dsm_name, bestdsm->dsm_name) < 0) in info_primary_smach()
470 bestdsm = dsmp; in info_primary_smach()
472 return (bestdsm); in info_primary_smach()