Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dlcp.h119 PHASE_DEAD = 0, enumerator
Dauth.c392 if (lcp_phase[unit] == PHASE_DEAD) { in link_terminated()
398 lcp_phase[unit] = PHASE_DEAD; in link_terminated()
432 if (lcp_phase[unit] != PHASE_DEAD) { in link_down()
Dppp.c824 if (lcp_phase[pd] == PHASE_DEAD) { in pppifOutput()
1511 while (lcp_phase[pcrx->pd] != PHASE_DEAD) { in pppInputThread()
Dlcp.c331 if (lcp_phase[unit] != PHASE_DEAD) { in lcp_close()
/external/ppp/pppd/
Dauth.c603 new_phase(PHASE_DEAD);
616 if (phase == PHASE_DEAD || phase == PHASE_MASTER)
676 new_phase(PHASE_DEAD);
697 if (phase != PHASE_DEAD && phase != PHASE_MASTER)
Dpppd.h379 #define PHASE_DEAD 0 macro
Dmain.c581 while (phase != PHASE_DEAD) {
Dlcp.c402 if (phase != PHASE_DEAD && phase != PHASE_MASTER)