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

/ast/src/cmd/dsslib/ip_t/
H A Dptopen.c78 static Dtdisc_t prefixdisc; local
80 prefixdisc.link = offsetof(Ptprefix_t, link);
81 prefixdisc.comparf = (Dtcompar_f)byprefix;
82 prefixdisc.makef = (Dtmake_f)makef;
83 prefixdisc.freef = (Dtfree_f)freef;
84 if (!(a = newof(0, Pt_t, 1, 0)) || !(a->dict = dtopen(&prefixdisc, Dtoset)))

Completed in 12 milliseconds