Home
last modified time | relevance | path

Searched refs:ccp_fsm (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dccp.c369 fsm *f = &pcb->ccp_fsm; in ccp_init()
410 fsm *f = &pcb->ccp_fsm; in ccp_open()
431 fsm *f = &pcb->ccp_fsm; in ccp_close()
440 fsm *f = &pcb->ccp_fsm; in ccp_lowerup()
448 fsm *f = &pcb->ccp_fsm; in ccp_lowerdown()
456 fsm *f = &pcb->ccp_fsm; in ccp_input()
521 fsm *f = &pcb->ccp_fsm; in ccp_protrej()
1668 f = &pcb->ccp_fsm; in ccp_datainput()
1707 fsm *f = &pcb->ccp_fsm; in ccp_resetrequest()
/third_party/lwip/src/include/netif/ppp/
Dppp.h395 fsm ccp_fsm; /* CCP fsm structure */ member