Searched refs:ipcp_options (Results 1 – 3 of 3) sorted by relevance
78 typedef struct ipcp_options { struct96 } ipcp_options; argument99 extern ipcp_options ipcp_wantoptions[];100 extern ipcp_options ipcp_gotoptions[];101 extern ipcp_options ipcp_allowoptions[];102 extern ipcp_options ipcp_hisoptions[];
179 ipcp_options *wo = &ipcp_wantoptions[unit]; in ipcp_init()180 ipcp_options *ao = &ipcp_allowoptions[unit]; in ipcp_init()282 ipcp_options *wo = &ipcp_wantoptions[f->unit]; in ipcp_resetci()305 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_cilen()306 ipcp_options *wo = &ipcp_wantoptions[f->unit]; in ipcp_cilen()307 ipcp_options *ho = &ipcp_hisoptions[f->unit]; in ipcp_cilen()350 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_addci()427 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_ackci()547 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_nakci()752 ipcp_options *go = &ipcp_gotoptions[f->unit]; in ipcp_rejci()[all …]
788 ipcp_options *ipwo = &ipcp_wantoptions[0];832 ipcp_options *ipwo = &ipcp_wantoptions[0]; in auth_reset()1152 struct ipcp_options *wo = &ipcp_wantoptions[unit];
Completed in 7 milliseconds