Lines Matching refs:router
149 { "ipx-routing", o_int, &ipxcp_wantoptions[0].router,
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;
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;
1175 if ((cishort & (ao->router | BIT(IPX_NONE))) == 0) {
1179 (ao->router & BIT(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))