Symbol: lcp_options
usr.sbin/pppd/auth.c
234
lcp_options *wo = &lcp_wantoptions[unit];
usr.sbin/pppd/auth.c
235
lcp_options *go = &lcp_gotoptions[unit];
usr.sbin/pppd/auth.c
236
lcp_options *ho = &lcp_hisoptions[unit];
usr.sbin/pppd/auth.c
296
lcp_options *go = &lcp_gotoptions[unit];
usr.sbin/pppd/auth.c
524
lcp_options *wo = &lcp_wantoptions[0];
usr.sbin/pppd/auth.c
589
lcp_options *go = &lcp_gotoptions[unit];
usr.sbin/pppd/auth.c
590
lcp_options *ao = &lcp_allowoptions[0];
usr.sbin/pppd/lcp.c
1122
lcp_options *go = &lcp_gotoptions[f->unit];
usr.sbin/pppd/lcp.c
1123
lcp_options *ho = &lcp_hisoptions[f->unit];
usr.sbin/pppd/lcp.c
1124
lcp_options *ao = &lcp_allowoptions[f->unit];
usr.sbin/pppd/lcp.c
1444
lcp_options *wo = &lcp_wantoptions[f->unit];
usr.sbin/pppd/lcp.c
1445
lcp_options *ho = &lcp_hisoptions[f->unit];
usr.sbin/pppd/lcp.c
1446
lcp_options *go = &lcp_gotoptions[f->unit];
usr.sbin/pppd/lcp.c
1447
lcp_options *ao = &lcp_allowoptions[f->unit];
usr.sbin/pppd/lcp.c
1484
lcp_options *go = &lcp_gotoptions[f->unit];
usr.sbin/pppd/lcp.c
178
lcp_options *wo = &lcp_wantoptions[unit];
usr.sbin/pppd/lcp.c
179
lcp_options *ao = &lcp_allowoptions[unit];
usr.sbin/pppd/lcp.c
233
lcp_options *wo = &lcp_wantoptions[unit];
usr.sbin/pppd/lcp.c
275
lcp_options *wo = &lcp_wantoptions[unit];
usr.sbin/pppd/lcp.c
454
lcp_options *go = &lcp_gotoptions[f->unit];
usr.sbin/pppd/lcp.c
484
lcp_options *go = &lcp_gotoptions[f->unit];
usr.sbin/pppd/lcp.c
554
lcp_options *go = &lcp_gotoptions[f->unit];
usr.sbin/pppd/lcp.c
67
lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
usr.sbin/pppd/lcp.c
68
lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
usr.sbin/pppd/lcp.c
681
lcp_options *go = &lcp_gotoptions[f->unit];
usr.sbin/pppd/lcp.c
682
lcp_options *wo = &lcp_wantoptions[f->unit];
usr.sbin/pppd/lcp.c
686
lcp_options no; /* options we've seen Naks for */
usr.sbin/pppd/lcp.c
687
lcp_options try; /* options to request next time */
usr.sbin/pppd/lcp.c
69
lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
usr.sbin/pppd/lcp.c
70
lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
usr.sbin/pppd/lcp.c
985
lcp_options *go = &lcp_gotoptions[f->unit];
usr.sbin/pppd/lcp.c
989
lcp_options try; /* options to request next time */
usr.sbin/pppd/lcp.h
91
extern lcp_options lcp_wantoptions[];
usr.sbin/pppd/lcp.h
92
extern lcp_options lcp_gotoptions[];
usr.sbin/pppd/lcp.h
93
extern lcp_options lcp_allowoptions[];
usr.sbin/pppd/lcp.h
94
extern lcp_options lcp_hisoptions[];
usr.sbin/pppd/options.c
1115
BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
usr.sbin/pppd/options.c
1116
BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));