Home
last modified time | relevance | path

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

/bionic/libc/dns/nameser/
Dns_print.c461 u_int keyflags, protocol, algorithm, key_id; in ns_sprintrrf() local
476 algorithm = *rdata++; in ns_sprintrrf()
478 keyflags, protocol, algorithm); in ns_sprintrrf()
508 u_int typ, algorithm, labels, footprint; in ns_sprintrrf() local
518 algorithm = *rdata++; in ns_sprintrrf()
522 p_type((int)typ), algorithm, labels, t); in ns_sprintrrf()
1012 unsigned int i, hip_len, algorithm, key_len; in ns_sprintrrf() local
1018 algorithm = *rdata++; in ns_sprintrrf()
1027 len = snprintf(tmp, sizeof(tmp), "( %u ", algorithm); in ns_sprintrrf()