Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmultilink.c77 if (!wo->neg_endpoint && !noendpoint) { in mp_check_options()
79 wo->neg_endpoint = get_default_epdisc(&wo->endpoint); in mp_check_options()
80 if (wo->neg_endpoint) in mp_check_options()
H A Dlcp.h126 bool neg_endpoint; /* negotiate endpoint discriminator */ member
H A Dlcp.c427 lcp_wantoptions[0].neg_endpoint = 1;
555 ao->neg_endpoint = 1;
858 ao->neg_endpoint = 0;
905 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
987 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class,
1161 ACKCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class,
1457 NAKCIENDP(CI_EPDISC, neg_endpoint);
1558 if (go->neg_endpoint || no.neg_endpoint || cilen < CILEN_CHAR)
1799 REJCIENDP(CI_EPDISC, neg_endpoint, go->endpoint.class,
2270 if (!ao->neg_endpoint) {
[all …]