Home | History | Annotate | Download | only in nameser

Lines Matching defs:algorithm

461 		u_int keyflags, protocol, algorithm, key_id;
468 /* Key flags, Protocol, Algorithm. */
476 algorithm = *rdata++;
478 keyflags, protocol, algorithm);
508 u_int typ, algorithm, labels, footprint;
516 /* Type covered, Algorithm, Label count, Original TTL. */
518 algorithm = *rdata++;
522 p_type((int)typ), algorithm, labels, t);
631 /* Algorithm name. */
1012 unsigned int i, hip_len, algorithm, key_len;
1018 algorithm = *rdata++;
1027 len = snprintf(tmp, sizeof(tmp), "( %u ", algorithm);