Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/nameser/
Dns_parse.c123 NS_GET16(handle->_counts[i], msg); in ns_initparse()
126 if (handle->_counts[i] == 0) in ns_initparse()
130 handle->_counts[i]); in ns_initparse()
158 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr()
196 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr()
220 if (rrnum < 0 || rrnum >= handle->_counts[(int)section]) in ns_parserr2()
258 if (++handle->_rrnum > handle->_counts[(int)section]) in ns_parserr2()
/freebsd-12-stable/include/arpa/
Dnameser.h129 u_int16_t _id, _flags, _counts[ns_s_max]; member
157 #define ns_msg_count(handle, section) ((handle)._counts[section] + 0)
/freebsd-12-stable/sys/dev/bhnd/tools/
Dnvram_map_gen.awk3108 function srom_layout_num_output_vars(layout, rev, _counts)
3112 _counts = get(layout, p_output_var_counts)
3113 if (!map_contains(_counts, rev))
3116 return (map_get(_counts, rev))