Lines Matching defs:unicast
18 * - Checking that source address of unicast requests are on the same network
199 /** If packet was received unicast */
232 /** Destination IP/port if sent unicast */
248 /** If reply should be sent unicast */
271 /** unicast reply requested */
272 u16_t unicast;
895 * @param unicast If highest bit in class should be set, to instruct the responder to
896 * reply with a unicast packet
900 mdns_add_question(struct mdns_outpacket *outpkt, struct mdns_domain *domain, u16_t type, u16_t klass, u16_t unicast)
937 if (unicast) {
1100 /* Extract unicast flag from class field */
1101 question->unicast = question->info.klass & 0x8000;
1246 * In legacy unicast responses generated to answer legacy queries,
1281 /* Copy source IP/port to use when responding unicast, or to choose
1497 LWIP_DEBUGF(MDNS_DEBUG, ("MDNS: Sending packet, len=%d, unicast=%d\n", outpkt->write_offset, outpkt->unicast_reply));
1592 if (q.unicast) {
1593 /* Reply unicast if any question is unicast */
1961 /* Add unicast questions with rtype ANY for all our desired records */