Searched defs:ps (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/dns/rdata/in_1/ |
H A D | wks_11.c | 72 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 D | opensslecdsa_link.c | 48 ECDSA_SIG_get0(const ECDSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) { argument 51 if (ps != NULL) 52 *ps = sig->s;
|
H A D | openssldsa_link.c | 102 DSA_SIG_get0(const DSA_SIG *sig, const BIGNUM **pr, const BIGNUM **ps) { argument 104 *ps = sig->s;
|
H A D | message.c | 3437 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 D | dighost.c | 668 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 30 milliseconds