Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c383 next_smach(dhcp_smach_t *dsmp, boolean_t isv6) in next_smach() function
426 for (dsmp = next_smach(NULL, isv6); dsmp != NULL; in primary_smach()
427 dsmp = next_smach(dsmp, isv6)) { in primary_smach()
449 for (dsmp = next_smach(NULL, isv6); dsmp != NULL; in info_primary_smach()
450 dsmp = next_smach(dsmp, isv6)) { in info_primary_smach()
537 for (dsmp = next_smach(NULL, isv6); dsmp != NULL; in lookup_smach()
538 dsmp = next_smach(dsmp, isv6)) { in lookup_smach()
568 if ((dsmp = next_smach(dsmp, isv6)) == NULL) in lookup_smach_by_uindex()
607 for (dsmp = next_smach(dsmp, isv6); dsmp != NULL; in lookup_smach_by_xid()
608 dsmp = next_smach(dsmp, isv6)) { in lookup_smach_by_xid()
[all …]
H A Dstates.h291 dhcp_smach_t *next_smach(dhcp_smach_t *, boolean_t);