Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c195 *lenp = ns_rr_rdlen(rr); in krb5int_dns_nextans()
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c85 ns_rr_rdlen(rr), in ns_newmsg_copy()
H A Dns_print.c85 ns_rr_ttl(*rr), ns_rr_rdata(*rr), ns_rr_rdlen(*rr), in ns_sprintrr()
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h201 #define ns_rr_rdlen(rr) ((rr).rdlength + 0) macro
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c591 ns_rr_rdlen(rr) != NS_INADDRSZ) in save_a()
H A Dres_debug.c208 u_int16_t optcode, optlen, rdatalen = ns_rr_rdlen(rr); in do_section()