'ODTONE - Open Dot Twenty One'

PrevUpHomeNext

Function parse_aaaa_record

odtone::dns::parse_aaaa_record

Synopsis

// In header: </home/carlos/Projectos/odtone/inc/odtone/net/dns/utils.hpp>


aaaa_record parse_aaaa_record(const unsigned char * p, int pos, int len);

Description

Parse a AAAA Resource Record. In the end the position is pointing to the next byte after the AAAA Resource Record end.

Parameters:

len

Length of the AAAA Resource Record.

p

Byte array containing the information.

pos

Position in the byte array where to start parsing.

Returns:

The AAAA Resource Record value.


PrevUpHomeNext