Home
last modified time | relevance | path

Searched defs:lcp_options (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
Dlcp.h114 typedef struct lcp_options { struct
115 unsigned int passive :1; /* Don't die if we don't get a response */
116 unsigned int silent :1; /* Wait for the other end to start first */
120 unsigned int neg_mru :1; /* Negotiate the MRU? */
121 unsigned int neg_asyncmap :1; /* Negotiate the async map? */
123 unsigned int neg_upap :1; /* Ask for UPAP authentication? */
126 unsigned int neg_chap :1; /* Ask for CHAP authentication? */
129 unsigned int neg_eap :1; /* Ask for EAP authentication? */
131 unsigned int neg_magicnumber :1; /* Ask for magic number? */
132 unsigned int neg_pcompression :1; /* HDLC Protocol Field Compression? */
[all …]