Searched refs:neg_endpoint (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | multilink.c | 77 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 D | lcp.h | 126 bool neg_endpoint; /* negotiate endpoint discriminator */ member
|
H A D | lcp.c | 427 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 …]
|