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

/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppos.h92 u8_t in_state; /* The input process state. */ member in struct:pppos_pcb_s
H A Dpppos.c500 if (pppos->in_state <= PDADDRESS) {
503 } else if (pppos->in_state < PDDATA) {
506 ppp->netif->num, pppos->in_state));
560 pppos->in_state = PDADDRESS;
577 switch(pppos->in_state) {
595 pppos->in_state = PDCONTROL;
605 pppos->in_state = PDPROTOCOL1;
614 pppos->in_state = PDSTART;
622 pppos->in_state = PDDATA;
625 pppos->in_state
[all...]
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppos.c500 if (pppos->in_state <= PDADDRESS) {
503 } else if (pppos->in_state < PDDATA) {
506 ppp->netif->num, pppos->in_state));
560 pppos->in_state = PDADDRESS;
577 switch(pppos->in_state) {
595 pppos->in_state = PDCONTROL;
605 pppos->in_state = PDPROTOCOL1;
614 pppos->in_state = PDSTART;
622 pppos->in_state = PDDATA;
625 pppos->in_state
[all...]

Completed in 28 milliseconds