_mdns_read_fqdn() function
reads MDNS FQDN into mdns_name_t structure FQDN is in format: [hostname.|[instance.]_service._proto.]local.
Arguments
start
Starting point of FQDN
name
mdns_name_t structure to populate
Return value
the address after the parsed FQDN in the packet or NULL on error
![]()
const uint8_t *content = _mdns_read_fqdn(packet, len_location, &name, buf, packet_len);
_mdns_read_fqdn() is called by 3 functions and calls 1 function:
![]()
_mdns_read_fqdn()
_mdns_read_fqdn() reads 8 variables and writes 3 variables:
![]()
_mdns_read_fqdn()