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

/ast/src/cmd/dsslib/ip_t/
H A Dptvunion.c37 if (!ptvinsert(a, bp->min, bp->max))
H A Dptvdifference.c45 if (!ptvinsert(t, ap->min, ap->max))
57 if (!ptvinsert(t, ap->min, a->r[1]))
75 if (!ptvinsert(t, a->r[1], ap->max))
82 if (!ptvinsert(t, a->r[1], a->r[2]))
H A Dptvrebit.c37 if (!ptvinsert(b, ptvmin(a->size, b->r[0], ap->min, m), ptvmin(a->size, b->r[1], ap->max, m)))
H A Dptvinvert.c44 if (!ptvinsert(t, a->r[0], a->r[2]))
54 ptvinsert(t, a->r[0], a->r[3]);
H A Dptvcover.c47 if (fvcmp(a->size, ap->max, bp->min) >= 0 && !ptvinsert(t, ap->min, ap->max))
H A Dptv.h83 extern Ptvprefix_t* ptvinsert(Ptv_t*, unsigned char*, unsigned char*);
H A Dptvintersect.c48 if (!ptvinsert(t, fvcmp(a->size, ap->min, bp->min) > 0 ? ap->min : bp->min, fvcmp(a->size, ap->max, bp->max) < 0 ? ap->max : bp->max))
H A Dtestptv.c99 if (!ptvinsert(ptv, ptvmin(ptv->size, ptv->r[0], prefix, prefix[IP6BITS]), ptvmax(ptv->size, ptv->r[1], prefix, prefix[IP6BITS])))
H A Dptvopen.c135 ptvinsert(Ptv_t* tab, Ptvaddr_t min, Ptvaddr_t max) function
H A Dip_t.c792 if (!ptvinsert(ptv, ptvmin(ptv->size, ptv->r[0], pp, pp[IP6BITS]), ptvmax(ptv->size, ptv->r[1], pp, pp[IP6BITS])))
802 if (!ptvinsert(ptv, ptvmin(ptv->size, ptv->r[0], prefix, prefix[IP6BITS]), ptvmax(ptv->size, ptv->r[1], prefix, prefix[IP6BITS])))
815 if (!ptvinsert(ptv, ptvmin(ptv->size, ptv->r[0], rp->prefixv6, rp->prefixv6[IP6BITS]), ptvmax(ptv->size, ptv->r[1], rp->prefixv6, rp->prefixv6[IP6BITS])))

Completed in 39 milliseconds