Searched refs:ipcp_options (Results 1 – 3 of 3) sorted by relevance
76 typedef struct ipcp_options { struct97 } ipcp_options; argument100 extern ipcp_options ipcp_wantoptions[];101 extern ipcp_options ipcp_gotoptions[];102 extern ipcp_options ipcp_allowoptions[];103 extern ipcp_options ipcp_hisoptions[];
71 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */72 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */73 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */74 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */435 ipcp_options *wo = &ipcp_wantoptions[0]; in setipaddr()496 ipcp_options *wo = &ipcp_wantoptions[0]; in printipaddr()579 ipcp_options *wo = &ipcp_wantoptions[unit]; in ipcp_init()580 ipcp_options *ao = &ipcp_allowoptions[unit]; in ipcp_init()693 ipcp_options *wo = &ipcp_wantoptions[f->unit]; in ipcp_resetci()694 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_resetci()[all …]
1967 struct ipcp_options *wo = &ipcp_wantoptions[unit]; in set_allowed_addrs()