Home
last modified time | relevance | path

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.c121 ccp_options ccp_gotoptions[NUM_PPP]; /* what the peer agreed to do */ variable
314 BZERO(&ccp_gotoptions[unit], sizeof(ccp_options));
357 if (!ANY_COMPRESS(ccp_gotoptions[unit]))
420 && !ANY_COMPRESS(ccp_gotoptions[unit]))
526 ccp_options *go = &ccp_gotoptions[f->unit];
584 ccp_options *go = &ccp_gotoptions[f->unit];
603 ccp_options *go = &ccp_gotoptions[f->unit];
698 ccp_options *go = &ccp_gotoptions[f->unit];
773 ccp_options *go = &ccp_gotoptions[f->unit];
858 ccp_options *go = &ccp_gotoptions[f->unit];
[all …]
H A Dccp.h44 extern ccp_options ccp_gotoptions[];