HomeSort by relevance Sort by last modified time
    Searched refs:PHASE_DEAD (Results 1 - 8 of 8) sorted by null

  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 119 PHASE_DEAD = 0,
auth.c 392 if (lcp_phase[unit] == PHASE_DEAD) {
398 lcp_phase[unit] = PHASE_DEAD;
432 if (lcp_phase[unit] != PHASE_DEAD) {
    [all...]
ppp.c 664 /* This will leave us at PHASE_DEAD. */
672 /* This will leave us at PHASE_DEAD. */
824 if (lcp_phase[pd] == PHASE_DEAD) {
    [all...]
lcp.c 331 if (lcp_phase[unit] != PHASE_DEAD) {
    [all...]
  /external/ppp/pppd/
auth.c 603 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)
    [all...]
pppd.h 379 #define PHASE_DEAD 0
    [all...]
main.c 581 while (phase != PHASE_DEAD) {
    [all...]
lcp.c 402 if (phase != PHASE_DEAD && phase != PHASE_MASTER)
    [all...]

Completed in 204 milliseconds