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

/external/ppp/pppd/
H A Dccp.h48 extern ccp_options ccp_gotoptions[];
H A Dccp.c201 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */ variable
362 memset(&ccp_gotoptions[unit], 0, sizeof(ccp_options));
400 if (!ANY_COMPRESS(ccp_gotoptions[unit]))
458 if (ccp_gotoptions[unit].mppe) {
470 && !ANY_COMPRESS(ccp_gotoptions[unit]))
518 if (ccp_gotoptions[unit].mppe) {
533 ccp_options *go = &ccp_gotoptions[f->unit];
676 ccp_options *go = &ccp_gotoptions[f->unit];
695 ccp_options *go = &ccp_gotoptions[f->unit];
813 ccp_options *go = &ccp_gotoptions[
[all...]
H A Dauth.c886 mppe_required = ccp_gotoptions[unit].mppe;

Completed in 379 milliseconds