Home
last modified time | relevance | path

Searched refs:mcast_ifindex (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/include/lwip/
Draw.h86 u8_t mcast_ifindex; member
135 #define raw_set_multicast_netif_index(pcb, idx) ((pcb)->mcast_ifindex = (idx))
136 #define raw_get_multicast_netif_index(pcb) ((pcb)->mcast_ifindex)
Dudp.h99 u8_t mcast_ifindex; member
179 #define udp_set_multicast_netif_index(pcb, idx) ((pcb)->mcast_ifindex = (idx))
180 #define udp_get_multicast_netif_index(pcb) ((pcb)->mcast_ifindex)
/third_party/lwip/src/core/
Draw.c390 netif = netif_get_by_index(pcb->mcast_ifindex, group); in raw_sendto()
392 netif = netif_get_by_index(pcb->mcast_ifindex); in raw_sendto()
Dudp.c592 if (pcb->mcast_ifindex != NETIF_NO_INDEX) {
594 netif = netif_get_by_index(pcb->mcast_ifindex, group);
596 netif = netif_get_by_index(pcb->mcast_ifindex);