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

/openbsd-current/usr.sbin/pppd/
H A Dccp.h52 extern ccp_options ccp_gotoptions[];
H A Dccp.c82 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */ variable
152 memset(&ccp_gotoptions[unit], 0, sizeof(ccp_options));
190 if (!ANY_COMPRESS(ccp_gotoptions[unit]))
253 && !ANY_COMPRESS(ccp_gotoptions[unit]))
308 ccp_options *go = &ccp_gotoptions[f->unit];
366 ccp_options *go = &ccp_gotoptions[f->unit];
384 ccp_options *go = &ccp_gotoptions[f->unit];
475 ccp_options *go = &ccp_gotoptions[f->unit];
548 ccp_options *go = &ccp_gotoptions[f->unit];
617 ccp_options *go = &ccp_gotoptions[
[all...]

Completed in 125 milliseconds