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

  /external/ppp/pppd/
ipxcp.h 69 bool neg_router; /* Negotiate IPX router number */ member in struct:ipxcp_options
ipxcp.c 151 &ipxcp_wantoptions[0].neg_router },
402 ao->neg_router = 1;
577 wo->neg_router = 1;
599 if (go->neg_router && to_external(go->router) != RIP_SAP)
641 if (go->neg_router) {
741 ACKCIPROTO (IPX_ROUTER_PROTOCOL, go->neg_router, go->router);
819 if (!go->neg_router || (cilen < CILEN_PROTOCOL))
835 try.neg_router = 1;
859 try.neg_router = 1;
965 REJCIPROTO (IPX_ROUTER_PROTOCOL, try.neg_router, try.router, 0)
    [all...]

Completed in 105 milliseconds