HomeSort by relevance Sort by last modified time
    Searched refs:RIP_SAP (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
ipxcp.h 57 #define RIP_SAP 2
ipxcp.c 241 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) \
1141 * of the values RIP_SAP and NLSP are permissible. 'IPX_NONE' for no
1179 (ao->router & BIT(RIP_SAP)) &&
1181 protocol = RIP_SAP;
    [all...]

Completed in 84 milliseconds