Searched refs:ccp_options (Results 1 – 4 of 4) sorted by relevance
225 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 …]
428 2015-03-25 - pppd: Fix ccp_options.mppe type
396 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 */
129 typedef struct ccp_options { struct153 } ccp_options; argument