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

  /external/libppp/src/
route.h 44 #define ROUTE_GWHISADDR 0x0080 /* May be ORd with DST_* */
route.c 560 if (r->type & ROUTE_GWHISADDR)
565 if (r->type & ROUTE_GWHISADDR)
571 if (r->type & ROUTE_GWHISADDR)
577 if (r->type & ROUTE_GWHISADDR)
579 } else if ((r->type & ROUTE_GWHISADDR) && !ncpaddr_equal(&r->gw, peer))
586 if (r->type & ROUTE_GWHISADDR)
591 if (r->type & ROUTE_GWHISADDR)
694 if (r->type & ROUTE_GWHISADDR)
radius.c 432 addrs |= ROUTE_GWHISADDR;
435 addrs |= ROUTE_GWHISADDR;
    [all...]
command.c     [all...]

Completed in 29 milliseconds