HomeSort by: relevance | last modified time | path
    Searched refs:dom_state (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/ypbind/
ypbind.c 107 enum domainstates dom_state; member in struct:domain
330 dom->dom_state = DOM_NEW;
528 if (dom->dom_state == DOM_ALIVE && force == 0) {
549 if (dom->dom_state == DOM_PINGING && force == 0) {
552 * dom_state back to ALIVE and ping again in 60
559 dom->dom_state = DOM_ALIVE;
582 if (dom->dom_state == DOM_NEW ||
583 dom->dom_state == DOM_LOST ||
584 dom->dom_state == DOM_DEAD) {
627 dom->dom_state = DOM_ALIVE
    [all...]

Completed in 13 milliseconds