Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dipcp.h86 typedef struct ipcp_options { struct
87 unsigned int neg_addr :1; /* Negotiate IP Address? */
88 unsigned int old_addrs :1; /* Use old (IP-Addresses) option? */
89 unsigned int req_addr :1; /* Ask peer to send IP address? */
121 } ipcp_options; argument