Home | History | Annotate | Download | only in pppd

Lines Matching refs:router

149     { "ipx-routing", o_int, &ipxcp_wantoptions[0].router,
153 { "ipx-router-name", o_special, setipxname,
154 "Set IPX router name", OPT_PRIO | OPT_A2STRVAL | OPT_STATIC,
212 #define CILEN_NAME 3 /* Minimum length of router name */
359 option_error("IPX router name must be alphanumeric or _");
364 option_error("IPX router name is limited to %d characters",
571 if (ao->router == 0) {
572 ao->router |= BIT(RIP_SAP);
573 wo->router |= BIT(RIP_SAP);
599 if (go->neg_router && to_external(go->router) != RIP_SAP)
642 short external = to_external (go->router);
741 ACKCIPROTO (IPX_ROUTER_PROTOCOL, go->neg_router, go->router);
827 if (no.router & s) /* duplicate NAKs are always bad */
830 if (no.router == 0) /* Reset on first NAK only */
831 try.router = 0;
833 no.router |= s;
834 try.router |= s;
851 * Do not permit the peer to force a router protocol which we do not
854 try.router &= (ao->router | BIT(IPX_NONE));
855 if (try.router == 0 && ao->router != 0)
856 try.router = BIT(IPX_NONE);
858 if (try.router != 0)
965 REJCIPROTO (IPX_ROUTER_PROTOCOL, try.neg_router, try.router, 0);
1154 wo->router = BIT(IPX_NONE);
1157 if ((cishort == IPX_NONE && ho->router != 0) ||
1158 (ho->router & BIT(IPX_NONE))) {
1164 if (ho->router & cishort) {
1169 ho->router |= cishort;
1172 /* Finally do not allow a router protocol which we do not
1175 if ((cishort & (ao->router | BIT(IPX_NONE))) == 0) {
1179 (ao->router & BIT(RIP_SAP)) &&
1192 * The router name is advisorary. Just accept it if it is not too large.
1300 /* The default router protocol is RIP/SAP. */
1301 if (ho->router == 0)
1302 ho->router = BIT(RIP_SAP);
1304 if (go->router == 0)
1305 go->router = BIT(RIP_SAP);
1416 if (go->neg_router && ((go->router & BIT(IPX_NONE)) == 0)) {
1417 if (go->router & BIT(RIP_SAP))
1419 if (go->router & BIT(NLSP))
1429 if (ho->neg_router && ((ho->router & BIT(IPX_NONE)) == 0)) {
1430 if (ho->router & BIT(RIP_SAP))
1432 if (ho->router & BIT(NLSP))
1544 printer (arg, "router proto %d", (int) cishort);
1550 printer (arg, "router name \"");