Home
last modified time | relevance | path

Searched refs:ROUTE_GWHISADDR (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Droute.c554 if (r->type & ROUTE_GWHISADDR) in route_Change()
559 if (r->type & ROUTE_GWHISADDR) in route_Change()
565 if (r->type & ROUTE_GWHISADDR) in route_Change()
571 if (r->type & ROUTE_GWHISADDR) in route_Change()
573 } else if ((r->type & ROUTE_GWHISADDR) && !ncpaddr_equal(&r->gw, peer)) in route_Change()
580 if (r->type & ROUTE_GWHISADDR) in route_Change()
585 if (r->type & ROUTE_GWHISADDR) in route_Change()
688 if (r->type & ROUTE_GWHISADDR) in route_ShowSticky()
H A Droute.h44 #define ROUTE_GWHISADDR 0x0080 /* May be ORd with DST_* */ macro
H A Dradius.c432 addrs |= ROUTE_GWHISADDR; in radius_Process()
435 addrs |= ROUTE_GWHISADDR; in radius_Process()
H A Dcommand.c2569 addrs |= ROUTE_GWHISADDR; in AddCommand()
2589 ((addrs & ROUTE_GWHISADDR) || (addrs & ROUTE_GWHISADDR6)) ? 1 : 0) in AddCommand()