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

/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dwks_11.c75 const char *ps = NULL; local
120 ps = "tcp";
122 ps = "udp";
146 else if (!mygetservbyname(service, ps, &port) &&
147 !mygetservbyname(DNS_AS_STR(token), ps, &port))
/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c3141 dns_rdataset_t *ps = NULL; local
3157 ps = dns_message_getopt(msg);
3158 if (ps == NULL)
3164 (unsigned int)((ps->ttl & 0x00ff0000) >> 16));
3167 if ((ps->ttl & DNS_MESSAGEEXTFLAG_DO) != 0)
3169 mbz = ps->ttl & 0xffff;
3178 snprintf(buf, sizeof(buf), "%u\n", (unsigned int)ps->rdclass);
3181 result = dns_rdataset_first(ps);
3187 dns_rdataset_current(ps, &rdata);
3230 ps
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c613 dig_server_t *s, *ps; local
618 ps = s;
620 ISC_LIST_DEQUEUE(server_list, ps, link);
621 isc_mem_free(mctx, ps);

Completed in 28 milliseconds