HomeSort by: relevance | last modified time | path
    Searched refs:ccp_gotoptions (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
ccp.h 52 extern ccp_options ccp_gotoptions[];
ccp.c 207 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */ variable
365 memset(&ccp_gotoptions[unit], 0, sizeof(ccp_options));
402 if (!ANY_COMPRESS(ccp_gotoptions[unit]))
453 if (ccp_gotoptions[unit].mppe) {
465 && !ANY_COMPRESS(ccp_gotoptions[unit]))
508 if (ccp_gotoptions[unit].mppe) {
522 ccp_options *go = &ccp_gotoptions[f->unit];
680 ccp_options *go = &ccp_gotoptions[f->unit];
700 ccp_options *go = &ccp_gotoptions[f->unit];
815 ccp_options *go = &ccp_gotoptions[f->unit]
    [all...]
auth.c 1000 mppe_required = ccp_gotoptions[unit].mppe;

Completed in 24 milliseconds