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

/freebsd-9.3-release/lib/libc/resolv/
H A Dres_debug.c190 u_int16_t optcode, optlen, rdatalen = ns_rr_rdlen(rr); local
201 GETSHORT(optcode, cp);
204 if (optcode == NS_OPT_NSID) {
223 optcode);
226 optcode);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dclient.c1375 isc_uint16_t optcode; local
1419 optcode = isc_buffer_getuint16(&optbuf);
1421 switch (optcode) {
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dmessage.c3250 isc_uint16_t optcode, optlen; local
3295 optcode = isc_buffer_getuint16(&optbuf);
3299 if (optcode == DNS_OPT_NSID) {
3303 sprintf(buf, "%u", optcode);
H A Dresolver.c6819 isc_uint16_t optcode; local
6829 optcode = isc_buffer_getuint16(&optbuf);
6832 switch (optcode) {

Completed in 135 milliseconds