Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
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()
433 lcp_phase[unit] = PHASE_TERMINATE; in link_down()
476 lcp_phase[unit] = PHASE_AUTHENTICATE; in link_established()
544 lcp_phase[unit] = PHASE_CALLBACK; in network_phase()
550 lcp_phase[unit] = PHASE_NETWORK; in network_phase()
Dlcp.h130 extern LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */
Dppp.c824 if (lcp_phase[pd] == PHASE_DEAD) { in pppifOutput()
1511 while (lcp_phase[pcrx->pd] != PHASE_DEAD) { in pppInputThread()
1614 if((lcp_phase[pd] <= PHASE_AUTHENTICATE) && (protocol != PPP_LCP)) { in pppInput()
1616 (lcp_phase[pd] != PHASE_AUTHENTICATE)) { in pppInput()
1617 …PDEBUG(LOG_INFO, ("pppInput: discarding proto 0x%"X16_F" in phase %d\n", protocol, lcp_phase[pd])); in pppInput()
Dlcp.c93 LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */ variable
297 lcp_phase[unit] = PHASE_INITIALIZE; in lcp_init()
319 lcp_phase[unit] = PHASE_ESTABLISH; in lcp_open()
331 if (lcp_phase[unit] != PHASE_DEAD) { in lcp_close()
332 lcp_phase[unit] = PHASE_TERMINATE; in lcp_close()