Searched refs:maxtype (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/lib/libc/resolv/
H A Dres_mkupdate.c596 int maxtype; local
606 maxtype = 0;
617 if (nxt_type > maxtype)
618 maxtype = nxt_type;
620 n = maxtype/NS_NXT_BITS+1;
/freebsd-11-stable/contrib/unbound/sldns/
H A Dstr2wire.c1284 uint16_t maxtype = 0; local
1306 if(t > maxtype) maxtype = t;
1317 for(block = 0; block <= (int)maxtype/256; block++) {

Completed in 134 milliseconds