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/
Draw.c366 netif = netif_get_by_index(pcb->netif_idx); in raw_sendto()
374 netif = netif_get_by_index(pcb->mcast_ifindex); in raw_sendto()
Dudp.c551 netif = netif_get_by_index(pcb->netif_idx); in udp_sendto_chksum()
563 netif = netif_get_by_index(pcb->mcast_ifindex); in udp_sendto_chksum()
Dnetif.c1676 struct netif *netif = netif_get_by_index(idx); in netif_index_to_name()
1694 netif_get_by_index(u8_t idx) in netif_get_by_index() function
Dtcp.c1088 netif = netif_get_by_index(pcb->netif_idx); in tcp_connect()
Dtcp_out.c137 return netif_get_by_index(pcb->netif_idx); in tcp_route()
/third_party/lwip/src/include/lwip/
Dnetif.h557 struct netif* netif_get_by_index(u8_t idx);
/third_party/lwip/src/api/
Dapi_msg.c1265 netif = netif_get_by_index(msg->msg.bc.if_idx);
2068 netif = netif_get_by_index(msg->msg.jl.if_idx);
Dsockets.c3699 netif = netif_get_by_index((u8_t)imr->ipv6mr_interface); in lwip_setsockopt_impl()