Home
last modified time | relevance | path

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

/external/libppp/src/
Dncpaddr.h81 extern int ncprange_equal(const struct ncprange *, const struct ncprange *);
Droute.c611 (!dsttype && ncprange_equal(&(*rp)->dst, dst))) { in route_Add()
642 (!dsttype && ncprange_equal(dst, &(*rp)->dst))) { in route_Delete()
Dncpaddr.c462 ncprange_equal(const struct ncprange *range, const struct ncprange *cmp) in ncprange_equal() function
Diface.c456 if (ncprange_equal(&iface->addr[n].ifa, ifa) && in iface_Add()