Home
last modified time | relevance | path

Searched refs:netif_get_ip6_addr_match (Results 1 – 5 of 5) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv6/
H A Dmld6.c326 netif_get_ip6_addr_match(netif, srcaddr) >= 0) { in mld6_joingroup()
415 netif_get_ip6_addr_match(netif, srcaddr) >= 0) { in mld6_leavegroup()
/btstack/3rd-party/lwip/core/src/core/
H A Dudp.c319 for_us = netif_get_ip6_addr_match(inp, ip6_current_dest_addr()) >= 0; in udp_input()
661 if (netif_get_ip6_addr_match(netif, ip_2_ip6(&pcb->local_ip)) < 0) { in udp_sendto_if_chksum()
H A Dnetif.c1495 netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr) in netif_get_ip6_addr_match() function
1605 i = netif_get_ip6_addr_match(netif, ip6addr); in netif_add_ip6_address()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h530 s8_t netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr);
/btstack/3rd-party/lwip/core/
H A DCHANGELOG1077 renamed function netif_matches_ip6_addr() to netif_get_ip6_addr_match()