HomeSort by relevance Sort by last modified time
    Searched refs:ccp_gotoptions (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
ccp.h 48 extern ccp_options ccp_gotoptions[];
ccp.c 201 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[f->unit]
    [all...]
auth.c 859 mppe_required = ccp_gotoptions[unit].mppe;
    [all...]

Completed in 41 milliseconds