Home
last modified time | relevance | path

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

/lib/liblwip/src/netif/ppp/
Dipcp.h78 typedef struct ipcp_options { struct
96 } ipcp_options; argument
99 extern ipcp_options ipcp_wantoptions[];
100 extern ipcp_options ipcp_gotoptions[];
101 extern ipcp_options ipcp_allowoptions[];
102 extern ipcp_options ipcp_hisoptions[];
Dipcp.c73 ipcp_options ipcp_wantoptions[NUM_PPP]; /* Options that we want to request */
74 ipcp_options ipcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
75 ipcp_options ipcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
76 ipcp_options ipcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
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()
[all …]
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];