Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/data/
H A Dmsgparse.c59 uint8_t* dprfirst, uint8_t* dprlast) in smart_compare() argument
68 if( p == dprfirst || p == dprlast ) in smart_compare()
71 if(LABEL_IS_PTR(*dprlast) && in smart_compare()
72 dprlast[0] == dnow[0] && dprlast[1] == dnow[1]) in smart_compare()
75 return dname_pkt_compare(pkt, dnow, dprlast); in smart_compare()