Searched refs:DNS_OPT_NSID (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dmessage.h105 #define DNS_OPT_NSID 0x0003 /*%< NSID opt code */ macro
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dclient.c1281 ednsopts[count].code = DNS_OPT_NSID;
1422 case DNS_OPT_NSID:
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c3299 if (optcode == DNS_OPT_NSID) {
H A Dresolver.c1881 ednsopts[ednsopt].code = DNS_OPT_NSID;
6833 case DNS_OPT_NSID:
H A Dzone.c10977 isc_buffer_putuint16(&buf, DNS_OPT_NSID);
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddighost.c1412 isc_buffer_putuint16(b, DNS_OPT_NSID);

Completed in 173 milliseconds