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

  /external/libppp/src/
route.h 43 #define ROUTE_DSTANY 0x0040
route.c 606 int dsttype = type & ROUTE_DSTANY;
610 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) ||
638 int dsttype = type & ROUTE_DSTANY;
641 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) ||

Completed in 636 milliseconds