Searched refs:netif_get_ip6_addr_match (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dmld6.c314 netif_get_ip6_addr_match(netif, srcaddr) >= 0) {
387 netif_get_ip6_addr_match(netif, srcaddr) >= 0) {
/barrelfish-master/include/lwip2/lwip/
H A Dnetif.h458 s8_t netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr);
/barrelfish-master/lib/lwip2/src/core/
H A Dnetif.c1150 netif_get_ip6_addr_match(struct netif *netif, const ip6_addr_t *ip6addr) function
1229 i = netif_get_ip6_addr_match(netif, ip6addr);
H A Dudp.c292 for_us = netif_get_ip6_addr_match(inp, ip6_current_dest_addr()) >= 0;
623 if (netif_get_ip6_addr_match(netif, ip_2_ip6(&pcb->local_ip)) < 0) {

Completed in 85 milliseconds