Home
last modified time | relevance | path

Searched refs:ifp (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dmld6.c79 static struct mld_group *mld6_new_group(struct netif *ifp, const ip6_addr_t *addr);
139 mld6_lookfor_group(struct netif *ifp, const ip6_addr_t *addr) in mld6_lookfor_group() argument
141 struct mld_group *group = netif_mld6_data(ifp); in mld6_lookfor_group()
163 mld6_new_group(struct netif *ifp, const ip6_addr_t *addr) in mld6_new_group() argument
174 group->next = netif_mld6_data(ifp); in mld6_new_group()
176 netif_set_client_data(ifp, LWIP_NETIF_CLIENT_DATA_INDEX_MLD6, group); in mld6_new_group()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Digmp.c100 static struct igmp_group *igmp_lookup_group(struct netif *ifp, const ip4_addr_t *addr);
219 igmp_lookfor_group(struct netif *ifp, const ip4_addr_t *addr) in igmp_lookfor_group() argument
221 struct igmp_group *group = netif_igmp_data(ifp); in igmp_lookfor_group()
245 igmp_lookup_group(struct netif *ifp, const ip4_addr_t *addr) in igmp_lookup_group() argument
250 group = igmp_lookfor_group(ifp, addr); in igmp_lookup_group()
264 group->next = netif_igmp_data(ifp); in igmp_lookup_group()
266 netif_set_client_data(ifp, LWIP_NETIF_CLIENT_DATA_INDEX_IGMP, group); in igmp_lookup_group()
271 LWIP_DEBUGF(IGMP_DEBUG, (" on if %p\n", (void*)ifp)); in igmp_lookup_group()
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dmld6.h78 struct mld_group *mld6_lookfor_group(struct netif *ifp, const ip6_addr_t *addr);
A Digmp.h94 struct igmp_group *igmp_lookfor_group(struct netif *ifp, const ip4_addr_t *addr);
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dmld6.h78 struct mld_group *mld6_lookfor_group(struct netif *ifp, const ip6_addr_t *addr);
A Digmp.h94 struct igmp_group *igmp_lookfor_group(struct netif *ifp, const ip4_addr_t *addr);
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dpppoe.c1153 pppoe_ifattach_hook(void *arg, struct pbuf **mp, struct netif *ifp, int dir)
1163 if (sc->sc_ethif != ifp) {

Completed in 11 milliseconds