HomeSort by relevance Sort by last modified time
    Searched refs:neg_endpoint (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
lcp.h 88 bool neg_endpoint; /* negotiate endpoint discriminator */ member in struct:lcp_options
lcp.c 315 lcp_wantoptions[0].neg_endpoint = 1;
368 ao->neg_endpoint = 1;
635 go->neg_endpoint = 0;
638 ao->neg_endpoint = 0;
676 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
753 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class,
902 ACKCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class,
1205 NAKCIENDP(CI_EPDISC, neg_endpoint);
    [all...]

Completed in 79 milliseconds