Home
last modified time | relevance | path

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

/freebsd/sys/nfs/
H A Dbootp_subr.c151 IF_BOOTP_RESOLVED, enumerator
358 if (ifctx->state == IF_BOOTP_RESOLVED || in bootpc_ifctx_isresolved()
430 if ((ifctx->state == IF_BOOTP_RESOLVED || in bootpc_received()
447 ifctx->state = IF_BOOTP_RESOLVED; in bootpc_received()
453 ifctx->state = IF_BOOTP_RESOLVED; /* Fallback */ in bootpc_received()
459 ifctx->state != IF_BOOTP_RESOLVED) { in bootpc_received()