Home | History | Annotate | Download | only in ypbind

Lines Matching refs:dom_state

107 	enum domainstates dom_state;
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;
765 if (dom->dom_state == DOM_NEW) {
789 if (dom->dom_state == DOM_ALIVE && now < dom->dom_asktime + 5) {
1396 if (dom->dom_state == DOM_PINGING || dom->dom_state == DOM_LOST) {
1522 switch (dom->dom_state) {
1530 dom->dom_state = DOM_PINGING;
1536 dom->dom_state = DOM_LOST;
1547 dom->dom_state = DOM_DEAD;
1582 if (dom->dom_state == DOM_DEAD) {
1798 if (!started && domains->dom_state == DOM_ALIVE) {