EVB-B1+ WIZnet, EVB-B1+ Datasheet - Page 97

no-image

EVB-B1+

Manufacturer Part Number
EVB-B1+
Description
Development Boards & Kits - ARM W3150A+EVAL BOARD BASED ON AVR
Manufacturer
WIZnet
Datasheet

Specifications of EVB-B1+

Rohs
yes
Product
Evaluation Boards
Interface Type
RS-232, SPI
Operating Supply Voltage
3.3 V, 5 V
Data Bus Width
8 bit
Dimensions
50 mm x 40 mm
Processor Series
ATmega128
dns_parse_response() of <Fig 3.42> analyzes Response Message received by DNS Name Server.
dns_parse_response() checks if it’s same as Request Message ID that was sent to DNS Name Server and it
also checks if the message received is a response message by checking QR Field of Header Section. If the
received message is response from DNS Name Server, the success of change is decided by checking the
RCODE Field value of Header Section.
<Table 3-42> is definition of constants that are used in RCODE Field.
If the RCODE is RC_NO_ERROR, variable length sections such as Question, Answer, Authority, and
Additional Section are analyzed. Since the necessary information is set in Answer Section, it’s analyzed and
processed, and other section analysis and process are not performed. If you need information on Authority
and Additional Section, you can get them easily on your own.
Question Section is processed as many as QDCOUNT of Header Section by calling dns_parse_question().
Answer Section is processed as many as ANCOUNT of Header Section by calling dns_parse_question().
#define RC_NO_ERROR
#define RC_FORMAT_ERROR
#define RC_SERVER_FAIL
#define RC_NAME_ERROR
#define RC_NOT_IMPL 4
#define RC_REFUSED
<Table 3-41 : Constant Definition at Header Section’s RCODE Field>
Definition
© Copyright 2006 WIZnet Co., Inc. All rights reserved.
5
0
1
3
2
No error condition
Format error - The name server was unable to interpret
the query
this query due to a problem with the name server
Name Error - Meaningful only for responses from an
authoritative name server, this code signifies that the
domain name referenced in the query does not exist.
Not Implemented - The name server does not support
the requested kind of query.
Refused - The name server refuses to perform the
specified operation for policy reasons.
Server failure - The name server was unable to process
Description
87

Related parts for EVB-B1+