Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/apps/mdns/
A Dmdns.c611 check_host(struct netif *netif, struct mdns_rr_info *rr, u8_t *reverse_v6_reply) in check_host() argument
617 LWIP_UNUSED_ARG(reverse_v6_reply); /* if ipv6 is disabled */ in check_host()
634 if (reverse_v6_reply) { in check_host()
635 *reverse_v6_reply |= (1 << i); in check_host()
/components/net/lwip/lwip-2.1.2/src/apps/mdns/
A Dmdns.c669 check_host(struct netif *netif, struct mdns_rr_info *rr, u8_t *reverse_v6_reply) in check_host() argument
675 LWIP_UNUSED_ARG(reverse_v6_reply); /* if ipv6 is disabled */ in check_host()
692 if (reverse_v6_reply) { in check_host()
693 *reverse_v6_reply |= (1 << i); in check_host()

Completed in 19 milliseconds