Searched refs:ROUTE_DSTANY (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/usr.sbin/ppp/
H A Droute.h45 #define ROUTE_DSTANY 0x0040 macro
H A Droute.c602 int dsttype = type & ROUTE_DSTANY;
606 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) ||
634 int dsttype = type & ROUTE_DSTANY;
637 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) ||

Completed in 194 milliseconds