Home
last modified time | relevance | path

Searched refs:neg_endpoint (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dmultilink.c108 if (!wo->neg_endpoint && !noendpoint) { in mp_check_options()
110 wo->neg_endpoint = get_default_epdisc(&wo->endpoint); in mp_check_options()
169 if (ho->neg_endpoint) in mp_join_bundle()
179 if (ho->neg_endpoint || bundle_name) in mp_join_bundle()
181 if (ho->neg_endpoint) in mp_join_bundle()
Dlcp.c343 lcp_wantoptions[0].neg_endpoint = 1;
399 ao->neg_endpoint = 1; in lcp_init()
754 go->neg_endpoint = 0; in lcp_resetci()
759 ao->neg_endpoint = 0; in lcp_resetci()
827 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0)); in lcp_cilen()
929 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class_, in lcp_addci()
1103 ACKCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class_, in lcp_ackci()
1459 NAKCIENDP(CI_EPDISC, neg_endpoint); in lcp_nakci()
1547 if (go->neg_endpoint || no.neg_endpoint || cilen < CILEN_CHAR) in lcp_nakci()
1789 REJCIENDP(CI_EPDISC, neg_endpoint, go->endpoint.class_, in lcp_rejci()
[all …]
/third_party/lwip/src/include/netif/ppp/
Dlcp.h142 unsigned int neg_endpoint :1; /* negotiate endpoint discriminator */ member