Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dccp.c411 ccp_options *go = &pcb->ccp_gotoptions; in ccp_open()
457 ccp_options *go = &pcb->ccp_gotoptions; in ccp_input()
523 ccp_options *go = &pcb->ccp_gotoptions; in ccp_protrej()
543 ccp_options *go = &pcb->ccp_gotoptions; in ccp_resetci()
745 ccp_options *go = &pcb->ccp_gotoptions; in ccp_cilen()
770 ccp_options *go = &pcb->ccp_gotoptions; in ccp_addci()
837 ccp_options *go = &pcb->ccp_gotoptions; in ccp_ackci()
930 ccp_options *go = &pcb->ccp_gotoptions; in ccp_nakci()
1023 ccp_options *go = &pcb->ccp_gotoptions; in ccp_rejci()
1461 ccp_options *go = &pcb->ccp_gotoptions; in ccp_up()
[all …]
Dauth.c965 && !pcb->ccp_gotoptions.mppe in start_networks()
/third_party/lwip/src/include/netif/ppp/
Dppp.h397 ccp_options ccp_gotoptions; /* what the peer agreed to do */ member