Home | History | Annotate | Download | only in pppd

Lines Matching defs:no

36  * AND FITNESS, IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
567 * If no routing agent was specified then we do RIP/SAP according to the
775 ipxcp_options no; /* options we've seen Naks for */
778 BZERO(&no, sizeof(no));
791 if (!go->neg_nn || no.neg_nn || (cilen != CILEN_NETN))
793 no.neg_nn = 1;
803 if (!go->neg_node || no.neg_node || (cilen != CILEN_NODEN))
805 no.neg_node = 1;
827 if (no.router & s) /* duplicate NAKs are always bad */
830 if (no.router == 0) /* Reset on first NAK only */
833 no.router |= s;
1141 * of the values RIP_SAP and NLSP are permissible. 'IPX_NONE' for no
1243 rc != CONFREJ) { /* but no prior ones? */