Home
last modified time | relevance | path

Searched refs:asyncmap (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/netif/ppp/
H A Dlcp.c93 bool lax_recv = 0; /* accept control chars in asyncmap */
120 { "asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
121 "Set asyncmap (for received packets)",
123 { "-as", o_uint32, &lcp_wantoptions[0].asyncmap,
124 "Set asyncmap (for received packets)",
126 { "default-asyncmap", o_uint32, &lcp_wantoptions[0].asyncmap,
127 "Disable asyncmap negotiation",
130 { "-am", o_uint32, &lcp_wantoptions[0].asyncmap,
[all...]
/third_party/lwip/src/include/netif/ppp/
H A Dlcp.h151 u32_t asyncmap; /* Value of async map */ member
H A Dppp.h231 unsigned int lax_recv :1; /* accept control chars in asyncmap */
568 * If set, enable asyncmap negotiation. Otherwise forcing all control characters to
587 #define ppp_set_asyncmap(ppp, intval) (ppp->lcp_wantoptions.asyncmap = intval)

Completed in 5 milliseconds