Home
last modified time | relevance | path

Searched refs:in_state (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppos.c500 if (pppos->in_state <= PDADDRESS) { in pppos_input()
503 } else if (pppos->in_state < PDDATA) { in pppos_input()
506 ppp->netif->num, pppos->in_state)); in pppos_input()
560 pppos->in_state = PDADDRESS; in pppos_input()
577 switch(pppos->in_state) { in pppos_input()
595 pppos->in_state = PDCONTROL; in pppos_input()
605 pppos->in_state = PDPROTOCOL1; in pppos_input()
614 pppos->in_state = PDSTART; in pppos_input()
622 pppos->in_state = PDDATA; in pppos_input()
625 pppos->in_state = PDPROTOCOL2; in pppos_input()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dpppos.h92 u8_t in_state; /* The input process state. */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dpppos.h92 u8_t in_state; /* The input process state. */ member

Completed in 5 milliseconds