OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ns_msg_count
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libresolv/
res_findzonecut.c
316
ancount =
ns_msg_count
(msg, ns_s_an);
317
nscount =
ns_msg_count
(msg, ns_s_ns);
526
for (i = 0; i <
ns_msg_count
(*msg, sect); i++) {
584
for (i = 0; i <
ns_msg_count
(*msg, sect); i++) {
698
for (i = 0; i <
ns_msg_count
(*msg, ns_s_an); i++) {
/src/lib/libc/resolv/
res_debug.c
301
qdcount =
ns_msg_count
(handle, ns_s_qd);
302
ancount =
ns_msg_count
(handle, ns_s_an);
303
nscount =
ns_msg_count
(handle, ns_s_ns);
304
arcount =
ns_msg_count
(handle, ns_s_ar);
/src/include/arpa/
nameser.h
162
#define
ns_msg_count
(handle, section) ((handle)._counts[section] + 0)
macro
Completed in 28 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026