Kea
1.9.9-git
|
Represents the value of one of the RCODE1 or RCODE2 fields. More...
#include <option4_client_fqdn.h>
Public Member Functions | |
Rcode (const uint8_t rcode) | |
uint8_t | getCode () const |
Returns the value of the RCODE. More... | |
Represents the value of one of the RCODE1 or RCODE2 fields.
Typically, RCODE values are set to 255 by the server and to 0 by the clients (as per RFC 4702).
Definition at line 129 of file option4_client_fqdn.h.
|
inline |
Definition at line 131 of file option4_client_fqdn.h.
|
inline |
Returns the value of the RCODE.
Returned value can be directly used to create the on-wire format of the DHCPv4 Client FQDN Option.
Definition at line 138 of file option4_client_fqdn.h.
Referenced by isc::dhcp::Option4ClientFqdn::pack().