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.c590 int success, nxt_type; in res_nmkupdate() local
608 nxt_type = sym_ston(__p_type_syms, buf2, in res_nmkupdate()
610 if (!success || !ns_t_rr_p(nxt_type)) in res_nmkupdate()
612 NS_NXT_BIT_SET(nxt_type, data); in res_nmkupdate()
613 if (nxt_type > maxtype) in res_nmkupdate()
614 maxtype = nxt_type; in res_nmkupdate()