Lines Matching refs:packet
1856 struct mdns_packet packet; in mdns_recv() local
1881 memset(&packet, 0, sizeof(packet)); in mdns_recv()
1882 SMEMCPY(&packet.source_addr, addr, sizeof(packet.source_addr)); in mdns_recv()
1883 packet.source_port = port; in mdns_recv()
1884 packet.netif = recv_netif; in mdns_recv()
1885 packet.pbuf = p; in mdns_recv()
1886 packet.parse_offset = offset; in mdns_recv()
1887 packet.tx_id = lwip_ntohs(hdr.id); in mdns_recv()
1888 packet.questions = packet.questions_left = lwip_ntohs(hdr.numquestions); in mdns_recv()
1889 …packet.answers = packet.answers_left = lwip_ntohs(hdr.numanswers) + lwip_ntohs(hdr.numauthrr) + lw… in mdns_recv()
1895 packet.recv_unicast = 1; in mdns_recv()
1902 packet.recv_unicast = 1; in mdns_recv()
1908 mdns_handle_response(&packet); in mdns_recv()
1910 mdns_handle_question(&packet); in mdns_recv()