Home
last modified time | relevance | path

Searched refs:RIP_SAP (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/usr.sbin/pppd/
Dipxcp.c183 external = RIP_SAP;
400 ao->router |= BIT(RIP_SAP);
401 wo->router |= BIT(RIP_SAP);
427 if (go->neg_router && to_external(go->router) != RIP_SAP)
471 if (external != RIP_SAP) {
558 if (cishort != to_external (val) || cishort == RIP_SAP) \
787 if (cishort != to_external (val) || cishort == RIP_SAP) \
1026 (ao->router & BIT(RIP_SAP)) &&
1028 protocol = RIP_SAP;
1155 ho->router = BIT(RIP_SAP);
[all …]
Dipxcp.h57 #define RIP_SAP 2 macro