Home
last modified time | relevance | path

Searched refs:ipcp_options (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.h49 typedef struct ipcp_options { struct
67 } ipcp_options; argument
70 extern ipcp_options ipcp_wantoptions[];
71 extern ipcp_options ipcp_gotoptions[];
72 extern ipcp_options ipcp_allowoptions[];
73 extern ipcp_options ipcp_hisoptions[];
H A Dipcp.c52 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */
53 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
54 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
55 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
373 ipcp_options *wo = &ipcp_wantoptions[unit];
374 ipcp_options *ao = &ipcp_allowoptions[unit];
482 ipcp_options *wo = &ipcp_wantoptions[f->unit];
483 ipcp_options *go = &ipcp_gotoptions[f->unit];
484 ipcp_options *ao = &ipcp_allowoptions[f->unit];
506 ipcp_options *go = &ipcp_gotoptions[f->unit];
[all …]
H A Doptions.c1604 BZERO((char *) &ipcp_wantoptions[0], sizeof (struct ipcp_options));
1605 BZERO((char *) &ipcp_allowoptions[0], sizeof (struct ipcp_options));
1727 ipcp_options *wo = &ipcp_wantoptions[0];
H A Dauth.c1688 struct ipcp_options *wo = &ipcp_wantoptions[unit];