Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Dipcp.c74 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */ variable
315 ipcp_gotoptions[f->unit] = *wo;
327 ipcp_options *go = &ipcp_gotoptions[f->unit];
372 ipcp_options *go = &ipcp_gotoptions[f->unit];
432 ipcp_options *go = &ipcp_gotoptions[f->unit];
522 ipcp_options *go = &ipcp_gotoptions[f->unit];
694 ipcp_options *go = &ipcp_gotoptions[f->unit];
792 ipcp_options *go = &ipcp_gotoptions[f->unit];
1167 ipcp_options *go = &ipcp_gotoptions[f->unit];
1335 ouraddr = ipcp_gotoptions[unit].ouraddr;
[all …]
Dipcp.h87 extern ipcp_options ipcp_gotoptions[];