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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.h46 extern ccp_options ccp_gotoptions[];
H A Dccp.c125 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */ variable
318 BZERO(&ccp_gotoptions[unit], sizeof(ccp_options));
361 if (!ANY_COMPRESS(ccp_gotoptions[unit]))
424 && !ANY_COMPRESS(ccp_gotoptions[unit]))
530 ccp_options *go = &ccp_gotoptions[f->unit];
588 ccp_options *go = &ccp_gotoptions[f->unit];
607 ccp_options *go = &ccp_gotoptions[f->unit];
702 ccp_options *go = &ccp_gotoptions[f->unit];
777 ccp_options *go = &ccp_gotoptions[f->unit];
862 ccp_options *go = &ccp_gotoptions[
[all...]

Completed in 68 milliseconds