Home
last modified time | relevance | path

Searched refs:ccp_options (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dccp.c225 static const char *method_name (ccp_options *, ccp_options *);
248 static int ccp_anycompress(ccp_options *opt) { in ccp_anycompress()
411 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()
544 ccp_options *wo = &pcb->ccp_wantoptions; in ccp_resetci()
546 ccp_options *ao = &pcb->ccp_allowoptions; in ccp_resetci()
745 ccp_options *go = &pcb->ccp_gotoptions; in ccp_cilen()
770 ccp_options *go = &pcb->ccp_gotoptions; in ccp_addci()
[all …]
DPPPD_FOLLOWUP428 2015-03-25 - pppd: Fix ccp_options.mppe type
/third_party/lwip/src/include/netif/ppp/
Dppp.h396 ccp_options ccp_wantoptions; /* what to request the peer to use */
397 ccp_options ccp_gotoptions; /* what the peer agreed to do */
398 ccp_options ccp_allowoptions; /* what we'll agree to do */
399 ccp_options ccp_hisoptions; /* what we agreed to do */
Dccp.h129 typedef struct ccp_options { struct
153 } ccp_options; argument