Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv6/
Dmld6.c330 netif_get_ip6_addr_match(netif, srcaddr) >= 0) {
423 netif_get_ip6_addr_match(netif, srcaddr) >= 0) {
/third_party/lwip/src/core/
Dudp.c337 for_us = netif_get_ip6_addr_match(inp, ip6_current_dest_addr()) >= 0;
707 if (netif_get_ip6_addr_match(netif, ip_2_ip6(&pcb->local_ip)) < 0) {
Dnetif.c1608 netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr) function
1718 i = netif_get_ip6_addr_match(netif, ip6addr);
/third_party/lwip/src/include/lwip/
Dnetif.h555 s8_t netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr);
/third_party/lwip/
DCHANGELOG1087 renamed function netif_matches_ip6_addr() to netif_get_ip6_addr_match()