Searched refs:optcode (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/bin/named/
H A Dclient.c1302 isc_uint16_t optcode; local
1346 optcode = isc_buffer_getuint16(&optbuf);
1348 switch (optcode) {
/bind-9.6-ESV-R11/lib/dns/
H A Dmessage.c3148 isc_uint16_t optcode, optlen; local
3193 optcode = isc_buffer_getuint16(&optbuf);
3197 if (optcode == DNS_OPT_NSID) {
3201 sprintf(buf, "%u", optcode);
H A Dresolver.c6414 isc_uint16_t optcode; local
6424 optcode = isc_buffer_getuint16(&optbuf);
6427 switch (optcode) {

Completed in 306 milliseconds