Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/resolv/
H A Dres_mkupdate.c593 int success, nxt_type; in res_nmkupdate() local
611 nxt_type = sym_ston(__p_type_syms, buf2, in res_nmkupdate()
613 if (!success || !ns_t_rr_p(nxt_type)) in res_nmkupdate()
615 NS_NXT_BIT_SET(nxt_type, data); in res_nmkupdate()
616 if (nxt_type > maxtype) in res_nmkupdate()
617 maxtype = nxt_type; in res_nmkupdate()