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

/freebsd-10.1-release/usr.sbin/ppp/
H A Droute.c600 int dsttype = type & ROUTE_DSTANY; local
604 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) ||
605 (!dsttype && ncprange_equal(&(*rp)->dst, dst))) {
632 int dsttype = type & ROUTE_DSTANY; local
635 if ((dsttype && dsttype == ((*rp)->type & ROUTE_DSTANY)) ||
636 (!dsttype && ncprange_equal(dst, &(*rp)->dst))) {

Completed in 43 milliseconds