Searched refs:mdns_parsed_packet_t (Results 1 – 2 of 2) sorted by relevance
261 } mdns_parsed_packet_t; typedef
1259 static void _mdns_create_answer_from_parsed_packet(mdns_parsed_packet_t * parsed_packet) in _mdns_create_answer_from_parsed_packet()2462 static void _mdns_remove_parsed_question(mdns_parsed_packet_t * parsed_packet, uint16_t type, mdns_… in _mdns_remove_parsed_question()2656 …mdns_parsed_packet_t * parsed_packet = (mdns_parsed_packet_t *)malloc(sizeof(mdns_parsed_packet_t)… in mdns_parse_packet()2661 memset(parsed_packet, 0, sizeof(mdns_parsed_packet_t)); in mdns_parse_packet()