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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dstates.c753 * is_bound_state(): checks if a state indicates the client is bound
760 is_bound_state(DHCPSTATE state) function
791 if (is_bound_state(dsmp->dsm_state)) {
792 if (!is_bound_state(state)) {
799 if (is_bound_state(state)) {

Completed in 57 milliseconds