Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dipxcp.c241 external = RIP_SAP;
572 ao->router |= BIT(RIP_SAP);
573 wo->router |= BIT(RIP_SAP);
599 if (go->neg_router && to_external(go->router) != RIP_SAP)
643 if (external != RIP_SAP) {
730 if (cishort != to_external (val) || cishort == RIP_SAP) \
950 if (cishort != to_external (val) || cishort == RIP_SAP) \
1179 (ao->router & BIT(RIP_SAP)) &&
1181 protocol = RIP_SAP;
1302 ho->router = BIT(RIP_SAP);
[all …]
Dipxcp.h57 #define RIP_SAP 2 macro