Lines Matching refs:endpoint
94 bool noendpoint = 0; /* don't send/accept endpoint discriminator */
203 { "endpoint", o_special, (void *) setendpoint,
209 "Don't send or accept multilink endpoint discriminator", 1 },
342 if (str_to_epdisc(&lcp_wantoptions[0].endpoint, *argv)) {
346 option_error("Can't parse '%s' as an endpoint discriminator", *argv);
356 printer(arg, "%s", epdisc_to_str(&lcp_wantoptions[0].endpoint));
827 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
929 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class_,
930 go->endpoint.value, go->endpoint.length);
1103 ACKCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class_,
1104 go->endpoint.value, go->endpoint.length);
1456 * Nak of the endpoint discriminator option is not permitted,
1789 REJCIENDP(CI_EPDISC, neg_endpoint, go->endpoint.class_,
1790 go->endpoint.value, go->endpoint.length);
2221 ho->endpoint.class_ = cichar;
2222 ho->endpoint.length = cilen;
2223 MEMCPY(ho->endpoint.value, p, cilen);
2559 printer(arg, "endpoint [%s]", epdisc_to_str(&epd));
2562 printer(arg, "endpoint");