Home | History | Annotate | Download | only in pppd

Lines Matching defs:no

36  * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
961 lcp_options no; /* options we've seen Naks for */
966 BZERO(&no, sizeof(no));
981 no.neg = 1; \
993 no.neg = 1; \
1004 no.neg = 1; \
1015 no.neg = 1; \
1026 no.neg = 1; \
1038 no.neg = 1; \
1049 no.neg = 1; \
1054 * NOTE! There must be no assignments to individual fields of *go in
1090 no.neg_chap = go->neg_chap;
1091 no.neg_upap = go->neg_upap;
1092 no.neg_eap = go->neg_eap;
1256 || no.neg_mru || cilen != CILEN_SHORT)
1266 || no.neg_asyncmap || cilen != CILEN_LONG)
1270 if (go->neg_chap || no.neg_chap || go->neg_upap || no.neg_upap ||
1271 go->neg_eap || no.neg_eap)
1275 if (go->neg_magicnumber || no.neg_magicnumber ||
1280 if (go->neg_pcompression || no.neg_pcompression
1285 if (go->neg_accompression || no.neg_accompression
1290 if (go->neg_lqr || no.neg_lqr || cilen != CILEN_LQR)
1294 if (go->neg_mrru || no.neg_mrru || cilen != CILEN_SHORT)
1298 if (go->neg_ssnhf || no.neg_ssnhf || cilen != CILEN_VOID)
1303 if (go->neg_endpoint || no.neg_endpoint || cilen < CILEN_CHAR)
1563 * No need to check a maximum. If he sends a large number,
1606 dbglog("No auth is possible");
1865 * At present there are no cases where we want to ask the
2242 info("No response to %d echo-requests", lcp_echos_pending);