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

/bind-9.11.3/lib/dns/rdata/in_1/
H A Dwks_11.c72 const char *ps = NULL; local
132 ps = "tcp";
134 ps = "udp";
158 else if (!mygetservbyname(service, ps, &port) &&
159 !mygetservbyname(DNS_AS_STR(token), ps, &port))
/bind-9.11.3/lib/dns/
H A Dopensslecdsa_link.c48 ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) { argument
51 if (ps != NULL)
52 *ps = sig->s;
H A Dopenssldsa_link.c102 DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) { argument
104 *ps = sig->s;
H A Dmessage.c3437 dns_rdataset_t *ps = NULL; local
3454 ps = dns_message_getopt(msg);
3455 if (ps == NULL) {
3470 (unsigned int)((ps->ttl & 0x00ff0000) >> 16));
3475 if ((ps->ttl & DNS_MESSAGEEXTFLAG_DO) != 0)
3478 mbz = ps->ttl & 0xffff;
3489 snprintf(buf, sizeof(buf), "%u\n", (unsigned int)ps->rdclass);
3491 result = dns_rdataset_first(ps);
3505 dns_rdataset_current(ps, &rdata);
3659 ps
3698 dns_rdataset_t *ps = NULL; local
[all...]
/bind-9.11.3/bin/dig/
H A Ddighost.c668 dig_server_t *s, *ps; local
673 ps = s;
675 ISC_LIST_DEQUEUE(server_list, ps, link);
676 isc_mem_free(mctx, ps);

Completed in 44 milliseconds