Home
last modified time | relevance | path

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

/freebsd/lib/libc/resolv/
H A Dres_mkupdate.c586 int success, nxt_type; in res_nmkupdate() local
604 nxt_type = sym_ston(__p_type_syms, buf2, in res_nmkupdate()
606 if (!success || !ns_t_rr_p(nxt_type)) in res_nmkupdate()
608 NS_NXT_BIT_SET(nxt_type, data); in res_nmkupdate()
609 if (nxt_type > maxtype) in res_nmkupdate()
610 maxtype = nxt_type; in res_nmkupdate()