HomeSort by relevance Sort by last modified time
    Searched refs:lcp_options (Results 1 - 6 of 6) sorted by null

  /external/ppp/pppd/
lcp.h 86 * The state of options is described by an lcp_options structure.
88 typedef struct lcp_options { struct
113 } lcp_options; typedef in typeref:struct:lcp_options
116 extern lcp_options lcp_wantoptions[];
117 extern lcp_options lcp_gotoptions[];
118 extern lcp_options lcp_allowoptions[];
119 extern lcp_options lcp_hisoptions[];
lcp.c 191 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
192 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
193 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
194 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
303 BZERO((char *) &lcp_wantoptions[0], sizeof (struct lcp_options));
304 BZERO((char *) &lcp_allowoptions[0], sizeof (struct lcp_options));
340 lcp_options *wo = &lcp_wantoptions[unit];
341 lcp_options *ao = &lcp_allowoptions[unit];
380 lcp_options *wo = &lcp_wantoptions[unit];
433 lcp_options *wo = &lcp_wantoptions[unit]
    [all...]
auth.c 730 lcp_options *wo = &lcp_wantoptions[unit];
731 lcp_options *go = &lcp_gotoptions[unit];
732 lcp_options *ho = &lcp_hisoptions[unit];
810 lcp_options *go = &lcp_gotoptions[unit];
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
lcp.h 81 * The state of options is described by an lcp_options structure.
83 typedef struct lcp_options { struct
113 } lcp_options; typedef in typeref:struct:lcp_options
131 extern lcp_options lcp_wantoptions[];
132 extern lcp_options lcp_gotoptions[];
133 extern lcp_options lcp_allowoptions[];
134 extern lcp_options lcp_hisoptions[];
lcp.c 99 lcp_options lcp_wantoptions[NUM_PPP]; /* Options that we want to request */
100 lcp_options lcp_gotoptions[NUM_PPP]; /* Options that peer ack'd */
101 lcp_options lcp_allowoptions[NUM_PPP]; /* Options we allow peer to request */
102 lcp_options lcp_hisoptions[NUM_PPP]; /* Options that we ack'd */
243 lcp_options *wo = &lcp_wantoptions[unit];
244 lcp_options *ao = &lcp_allowoptions[unit];
308 lcp_options *wo = &lcp_wantoptions[unit];
355 lcp_options *wo = &lcp_wantoptions[unit];
534 lcp_options *go = &lcp_gotoptions[f->unit];
564 lcp_options *go = &lcp_gotoptions[f->unit]
    [all...]
auth.c 448 lcp_options *wo = &lcp_wantoptions[unit];
449 lcp_options *go = &lcp_gotoptions[unit];
451 lcp_options *ho = &lcp_hisoptions[unit];
529 lcp_options *go = &lcp_gotoptions[unit];
786 lcp_options *wo = &lcp_wantoptions[0];
830 lcp_options *go = &lcp_gotoptions[unit];
831 lcp_options *ao = &lcp_allowoptions[0];
    [all...]

Completed in 640 milliseconds