HomeSort by relevance Sort by last modified time
    Searched defs:lcp_options (Results 1 - 2 of 2) 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[];
  /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[];

Completed in 70 milliseconds