Home
last modified time | relevance | path

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

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dlcp.h110 typedef struct lcp_options { struct
111 unsigned int passive :1; /* Don't die if we don't get a response */
112 unsigned int silent :1; /* Wait for the other end to start first */
116 unsigned int neg_mru :1; /* Negotiate the MRU? */
117 unsigned int neg_asyncmap :1; /* Negotiate the async map? */
119 unsigned int neg_upap :1; /* Ask for UPAP authentication? */
122 unsigned int neg_chap :1; /* Ask for CHAP authentication? */
125 unsigned int neg_eap :1; /* Ask for EAP authentication? */
127 unsigned int neg_magicnumber :1; /* Ask for magic number? */
128 unsigned int neg_pcompression :1; /* HDLC Protocol Field Compression? */
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dlcp.h110 typedef struct lcp_options { struct
111 unsigned int passive :1; /* Don't die if we don't get a response */
112 unsigned int silent :1; /* Wait for the other end to start first */
116 unsigned int neg_mru :1; /* Negotiate the MRU? */
117 unsigned int neg_asyncmap :1; /* Negotiate the async map? */
119 unsigned int neg_upap :1; /* Ask for UPAP authentication? */
122 unsigned int neg_chap :1; /* Ask for CHAP authentication? */
125 unsigned int neg_eap :1; /* Ask for EAP authentication? */
127 unsigned int neg_magicnumber :1; /* Ask for magic number? */
128 unsigned int neg_pcompression :1; /* HDLC Protocol Field Compression? */
[all …]

Completed in 4 milliseconds