Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/mdns/
H A Dmdns.c611 check_host(struct netif *netif, struct mdns_rr_info *rr, u8_t *reverse_v6_reply) in check_host() function
1523 reply.host_replies |= check_host(pkt->netif, &q.info, &reply.host_reverse_v6_replies); in mdns_handle_question()
1567 match = reply.host_replies & check_host(pkt->netif, &ans.info, &rev_v6); in mdns_handle_question()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/mdns/
H A Dmdns.c669 check_host(struct netif *netif, struct mdns_rr_info *rr, u8_t *reverse_v6_reply) in check_host() function
1597 reply.host_replies |= check_host(pkt->netif, &q.info, &reply.host_reverse_v6_replies); in mdns_handle_question()
1642 match = reply.host_replies & check_host(pkt->netif, &ans.info, &rev_v6); in mdns_handle_question()