Home
last modified time | relevance | path

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

/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp3/lwip/lwip-1.3.1/src/netif/ppp/
H A Dauth.c194 if (lcp_phase[unit] == PHASE_DEAD) { in link_terminated()
200 lcp_phase[unit] = PHASE_DEAD; in link_terminated()
232 if (lcp_phase[unit] != PHASE_DEAD) { in link_down()
233 lcp_phase[unit] = PHASE_TERMINATE; in link_down()
276 lcp_phase[unit] = PHASE_AUTHENTICATE; in link_established()
768 lcp_phase[unit] = PHASE_CALLBACK; in network_phase()
774 lcp_phase[unit] = PHASE_NETWORK; in network_phase()
H A Dppp.c558 if (lcp_phase[pd] == PHASE_DEAD) { in pppOverSerialOpen()
654 if (lcp_phase[pd] == PHASE_DEAD) { in pppOverEthernetOpen()
697 while(st >= 0 && lcp_phase[pd] != PHASE_DEAD) { in pppClose()
849 if (lcp_phase[pd] == PHASE_DEAD) { in pppifOutput()
1524 while (lcp_phase[pd] != PHASE_DEAD) { in pppMain()
1651 if((lcp_phase[pd] <= PHASE_AUTHENTICATE) && (protocol != PPP_LCP)) { in pppInput()
1653 (lcp_phase[pd] != PHASE_AUTHENTICATE)) { in pppInput()
1654 … PPPDEBUG((LOG_INFO, "pppInput: discarding proto 0x%04X in phase %d\n", protocol, lcp_phase[pd])); in pppInput()
H A Dlcp.h142 extern LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */
H A Dlcp.c137 LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */ variable
266 lcp_phase[unit] = PHASE_INITIALIZE; in lcp_init()
288 lcp_phase[unit] = PHASE_ESTABLISH; in lcp_open()
300 if (lcp_phase[unit] != PHASE_DEAD) { in lcp_close()
301 lcp_phase[unit] = PHASE_TERMINATE; in lcp_close()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lwip/lwip-1.3.1/src/netif/ppp/
H A Dauth.c194 if (lcp_phase[unit] == PHASE_DEAD) { in link_terminated()
200 lcp_phase[unit] = PHASE_DEAD; in link_terminated()
232 if (lcp_phase[unit] != PHASE_DEAD) { in link_down()
233 lcp_phase[unit] = PHASE_TERMINATE; in link_down()
276 lcp_phase[unit] = PHASE_AUTHENTICATE; in link_established()
768 lcp_phase[unit] = PHASE_CALLBACK; in network_phase()
774 lcp_phase[unit] = PHASE_NETWORK; in network_phase()
H A Dppp.c558 if (lcp_phase[pd] == PHASE_DEAD) { in pppOverSerialOpen()
654 if (lcp_phase[pd] == PHASE_DEAD) { in pppOverEthernetOpen()
697 while(st >= 0 && lcp_phase[pd] != PHASE_DEAD) { in pppClose()
849 if (lcp_phase[pd] == PHASE_DEAD) { in pppifOutput()
1524 while (lcp_phase[pd] != PHASE_DEAD) { in pppMain()
1651 if((lcp_phase[pd] <= PHASE_AUTHENTICATE) && (protocol != PPP_LCP)) { in pppInput()
1653 (lcp_phase[pd] != PHASE_AUTHENTICATE)) { in pppInput()
1654 … PPPDEBUG((LOG_INFO, "pppInput: discarding proto 0x%04X in phase %d\n", protocol, lcp_phase[pd])); in pppInput()
H A Dlcp.h142 extern LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */
H A Dlcp.c137 LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */ variable
266 lcp_phase[unit] = PHASE_INITIALIZE; in lcp_init()
288 lcp_phase[unit] = PHASE_ESTABLISH; in lcp_open()
300 if (lcp_phase[unit] != PHASE_DEAD) { in lcp_close()
301 lcp_phase[unit] = PHASE_TERMINATE; in lcp_close()
/dports/sysutils/syslinux/syslinux-6.03/core/lwip/src/netif/ppp/
H A 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()
H A Dlcp.h130 extern LinkPhase lcp_phase[NUM_PPP]; /* Phase of link session (RFC 1661) */
H A 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()
H A 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()