Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dmld6.c314 netif_get_ip6_addr_match(netif, srcaddr) >= 0) { in mld6_joingroup()
387 netif_get_ip6_addr_match(netif, srcaddr) >= 0) { in mld6_leavegroup()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dnetif.h460 s8_t netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dnetif.h465 s8_t netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dnetif.c1176 netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr) in netif_get_ip6_addr_match() function
1285 i = netif_get_ip6_addr_match(netif, ip6addr); in netif_add_ip6_address()
A Dudp.c317 for_us = netif_get_ip6_addr_match(inp, ip6_current_dest_addr()) >= 0; in udp_input()
647 if (netif_get_ip6_addr_match(netif, ip_2_ip6(&pcb->local_ip)) < 0) { in udp_sendto_if_chksum()

Completed in 10 milliseconds