Home
last modified time | relevance | path

Searched refs:ccp_gotoptions (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/pppd/
Dccp.c90 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */ variable
160 memset(&ccp_gotoptions[unit], 0, sizeof(ccp_options));
198 if (!ANY_COMPRESS(ccp_gotoptions[unit]))
261 && !ANY_COMPRESS(ccp_gotoptions[unit]))
316 ccp_options *go = &ccp_gotoptions[f->unit];
374 ccp_options *go = &ccp_gotoptions[f->unit];
392 ccp_options *go = &ccp_gotoptions[f->unit];
483 ccp_options *go = &ccp_gotoptions[f->unit];
556 ccp_options *go = &ccp_gotoptions[f->unit];
625 ccp_options *go = &ccp_gotoptions[f->unit];
[all …]
Dccp.h52 extern ccp_options ccp_gotoptions[];