Home
last modified time | relevance | path

Searched refs:netif_get_by_index (Results 1 - 8 of 8) sorted by relevance

/third_party/lwip/src/core/
H A Draw.c378 netif = netif_get_by_index(pcb->netif_idx, group); in raw_sendto()
380 netif = netif_get_by_index(pcb->netif_idx); in raw_sendto()
390 netif = netif_get_by_index(pcb->mcast_ifindex, group); in raw_sendto()
392 netif = netif_get_by_index(pcb->mcast_ifindex); in raw_sendto()
H A Dudp.c578 netif = netif_get_by_index(pcb->netif_idx, group);
580 netif = netif_get_by_index(pcb->netif_idx);
594 netif = netif_get_by_index(pcb->mcast_ifindex, group);
596 netif = netif_get_by_index(pcb->mcast_ifindex);
H A Dnetif.c1807 struct netif *netif = netif_get_by_index(idx, group);
1809 struct netif *netif = netif_get_by_index(idx);
1829 netif_get_by_index(u8_t idx, struct net_group *group) function
1831 netif_get_by_index(u8_t idx)
H A Dtcp.c1258 netif = netif_get_by_index(pcb->netif_idx, group);
1260 netif = netif_get_by_index(pcb->netif_idx);
H A Dtcp_out.c142 return netif_get_by_index(pcb->netif_idx, group); in tcp_route()
144 return netif_get_by_index(pcb->netif_idx); in tcp_route()
/third_party/lwip/src/include/lwip/
H A Dnetif.h591 struct netif* netif_get_by_index(u8_t idx, struct net_group *group);
594 struct netif* netif_get_by_index(u8_t idx);
/third_party/lwip/src/api/
H A Dapi_msg.c1315 netif = netif_get_by_index(msg->msg.bc.if_idx, group);
1320 netif = netif_get_by_index(msg->msg.bc.if_idx);
2127 netif = netif_get_by_index(msg->msg.jl.if_idx, group);
2132 netif = netif_get_by_index(msg->msg.jl.if_idx);
H A Dsockets.c3707 netif = netif_get_by_index((u8_t)imr->ipv6mr_interface, get_net_group_from_ippcb(sock->conn->pcb.ip));
3709 netif = netif_get_by_index((u8_t)imr->ipv6mr_interface);

Completed in 18 milliseconds