Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.h296 dhcp_smach_t *lookup_smach_by_uindex(uint16_t, dhcp_smach_t *, boolean_t);
H A Dagent.c1388 for (dsmp = lookup_smach_by_uindex(ifindex, NULL, isv6); in rtsock_event()
1399 dsmnext = lookup_smach_by_uindex(ifindex, dsmp, isv6); in rtsock_event()
H A Dstates.c556 lookup_smach_by_uindex(uint16_t ifindex, dhcp_smach_t *dsmp, boolean_t isv6) in lookup_smach_by_uindex() function