Home
last modified time | relevance | path

Searched refs:ipcp_wantoptions (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/netif/ppp/
Dipcp.h99 extern ipcp_options ipcp_wantoptions[];
Dipcp.c73 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */ variable
179 ipcp_options *wo = &ipcp_wantoptions[unit]; in ipcp_init()
282 ipcp_options *wo = &ipcp_wantoptions[f->unit]; in ipcp_resetci()
306 ipcp_options *wo = &ipcp_wantoptions[f->unit]; in ipcp_cilen()
871 ipcp_options *wo = &ipcp_wantoptions[f->unit]; in ipcp_reqci()
1200 ipcp_options *wo = &ipcp_wantoptions[0];
1225 ipcp_options *wo = &ipcp_wantoptions[f->unit]; in ipcp_up()
1286 if (ipcp_wantoptions[f->unit].default_route) { in ipcp_up()
Dauth.c788 ipcp_options *ipwo = &ipcp_wantoptions[0];
832 ipcp_options *ipwo = &ipcp_wantoptions[0]; in auth_reset()
1152 struct ipcp_options *wo = &ipcp_wantoptions[unit];