Searched refs:ipxcp_options (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dipxcp.h37 typedef struct ipxcp_options { struct
63 } ipxcp_options; typedef in typeref:struct:ipxcp_options
66 extern ipxcp_options ipxcp_wantoptions[];
67 extern ipxcp_options ipxcp_gotoptions[];
68 extern ipxcp_options ipxcp_allowoptions[];
69 extern ipxcp_options ipxcp_hisoptions[];
H A Dipxcp.c45 ipxcp_options ipxcp_wantoptions[NUM_PPP]; /* Options that we want to request */
46 ipxcp_options ipxcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
47 ipxcp_options ipxcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
48 ipxcp_options ipxcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
751 ipxcp_options no; /* options we've seen Naks for */
752 ipxcp_options try; /* options to request next time */
859 ipxcp_options try; /* options to request next time */
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dipxcp.h60 typedef struct ipxcp_options { struct
86 } ipxcp_options; typedef in typeref:struct:ipxcp_options
89 extern ipxcp_options ipxcp_wantoptions[];
90 extern ipxcp_options ipxcp_gotoptions[];
91 extern ipxcp_options ipxcp_allowoptions[];
92 extern ipxcp_options ipxcp_hisoptions[];
H A Dipxcp.c68 ipxcp_options ipxcp_wantoptions[NUM_PPP]; /* Options that we want to request */
69 ipxcp_options ipxcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
70 ipxcp_options ipxcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
71 ipxcp_options ipxcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
774 ipxcp_options no; /* options we've seen Naks for */
775 ipxcp_options try; /* options to request next time */
882 ipxcp_options try; /* options to request next time */
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dipxcp.h60 typedef struct ipxcp_options { struct
86 } ipxcp_options; typedef in typeref:struct:ipxcp_options
89 extern ipxcp_options ipxcp_wantoptions[];
90 extern ipxcp_options ipxcp_gotoptions[];
91 extern ipxcp_options ipxcp_allowoptions[];
92 extern ipxcp_options ipxcp_hisoptions[];
H A Dipxcp.c68 ipxcp_options ipxcp_wantoptions[NUM_PPP]; /* Options that we want to request */
69 ipxcp_options ipxcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
70 ipxcp_options ipxcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
71 ipxcp_options ipxcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
774 ipxcp_options no; /* options we've seen Naks for */
775 ipxcp_options try; /* options to request next time */
882 ipxcp_options try; /* options to request next time */

Completed in 51 milliseconds