Searched defs:name_ctx (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/netbsd/nameser/
H A Dns_print.c86 * ns_sprintrr(handle, rr, name_ctx, origin, buf, buflen)
93 const char *name_ctx, const char *origin,
101 name_ctx, origin, buf, buflen);
108 * name_ctx, origin, buf, buflen)
117 const char *name_ctx, const char *origin,
131 if (name_ctx != NULL && ns_samename(name_ctx, name) == 1) {
92 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument
114 ns_sprintrrf(const u_char *msg, size_t msglen, const char *name, ns_class class, ns_type type, u_long ttl, const u_char *rdata, size_t rdlen, const char *name_ctx, const char *origin, char *buf, size_t buflen) argument

Completed in 377 milliseconds