Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c386 next_smach(dhcp_smach_t *dsmp, boolean_t isv6) in next_smach() function
429 for (dsmp = next_smach(NULL, isv6); dsmp != NULL; in primary_smach()
430 dsmp = next_smach(dsmp, isv6)) { in primary_smach()
452 for (dsmp = next_smach(NULL, isv6); dsmp != NULL; in info_primary_smach()
453 dsmp = next_smach(dsmp, isv6)) { in info_primary_smach()
540 for (dsmp = next_smach(NULL, isv6); dsmp != NULL; in lookup_smach()
541 dsmp = next_smach(dsmp, isv6)) { in lookup_smach()
571 if ((dsmp = next_smach(dsmp, isv6)) == NULL) in lookup_smach_by_uindex()
610 for (dsmp = next_smach(dsmp, isv6); dsmp != NULL; in lookup_smach_by_xid()
611 dsmp = next_smach(dsmp, isv6)) { in lookup_smach_by_xid()
[all …]
H A Dstates.h305 dhcp_smach_t *next_smach(dhcp_smach_t *, boolean_t);