Home
last modified time | relevance | path

Searched refs:mdns_parsed_packet_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/components/mdns/private_include/
Dmdns_private.h261 } mdns_parsed_packet_t; typedef
/hal_espressif-2.7.6/components/mdns/
Dmdns.c1259 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()
2656mdns_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()