Home
last modified time | relevance | path

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

/freebsd/contrib/ldns/
H A Dstr2host.c2318 uint16_t x_len , y_len; in svcparam_ptr_cmp() local
2324 y_len = ldns_read_uint16(y + 2); in svcparam_ptr_cmp()
2326 return x_len != y_len in svcparam_ptr_cmp()
2327 ? (x_len > y_len ? 1 : -1) in svcparam_ptr_cmp()