Searched refs:netif_get_by_index (Results 1 - 8 of 8) sorted by relevance
/third_party/lwip/src/core/ |
H A D | raw.c | 378 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 D | udp.c | 578 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 D | netif.c | 1807 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 D | tcp.c | 1258 netif = netif_get_by_index(pcb->netif_idx, group); 1260 netif = netif_get_by_index(pcb->netif_idx);
|
H A D | tcp_out.c | 142 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 D | netif.h | 591 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 D | api_msg.c | 1315 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 D | sockets.c | 3707 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