Lines Matching refs:packet
1746 struct mdns_packet packet; in mdns_recv() local
1771 memset(&packet, 0, sizeof(packet)); in mdns_recv()
1772 SMEMCPY(&packet.source_addr, addr, sizeof(packet.source_addr)); in mdns_recv()
1773 packet.source_port = port; in mdns_recv()
1774 packet.netif = recv_netif; in mdns_recv()
1775 packet.pbuf = p; in mdns_recv()
1776 packet.parse_offset = offset; in mdns_recv()
1777 packet.tx_id = lwip_ntohs(hdr.id); in mdns_recv()
1778 packet.questions = packet.questions_left = lwip_ntohs(hdr.numquestions); in mdns_recv()
1779 …packet.answers = packet.answers_left = lwip_ntohs(hdr.numanswers) + lwip_ntohs(hdr.numauthrr) + lw… in mdns_recv()
1784 packet.recv_unicast = 1; in mdns_recv()
1791 packet.recv_unicast = 1; in mdns_recv()
1797 mdns_handle_response(&packet); in mdns_recv()
1799 mdns_handle_question(&packet); in mdns_recv()