Searched refs:len_location (Results 1 – 1 of 1) sorted by relevance
540 uint8_t * len_location = (uint8_t *)memchr(packet, (char)len, *index); in _mdns_append_fqdn() local541 while (len_location) { in _mdns_append_fqdn()543 if (memcmp(len_location+1, strings[0], len)) { //not continuing with our string in _mdns_append_fqdn()546 … len_location = (uint8_t *)memchr(len_location+1, (char)len, *index - (len_location+1 - packet)); in _mdns_append_fqdn()557 const uint8_t * content = _mdns_read_fqdn(packet, len_location, &name, buf); in _mdns_append_fqdn()577 if (!len_location) { in _mdns_append_fqdn()587 uint16_t offset = len_location - packet; in _mdns_append_fqdn()