Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/core/
H A 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()
H A Dudp.c547 netif = netif_get_by_index(pcb->netif_idx); in udp_sendto_chksum()
559 netif = netif_get_by_index(pcb->mcast_ifindex); in udp_sendto_chksum()
H A Dnetif.c1689 struct netif *netif = netif_get_by_index(idx); in netif_index_to_name()
1707 netif_get_by_index(u8_t idx) in netif_get_by_index() function
H A Dtcp.c1091 netif = netif_get_by_index(pcb->netif_idx); in tcp_connect()
H A Dtcp_out.c137 return netif_get_by_index(pcb->netif_idx); in tcp_route()
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h565 struct netif* netif_get_by_index(u8_t idx);
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c1265 netif = netif_get_by_index(msg->msg.bc.if_idx);
2068 netif = netif_get_by_index(msg->msg.jl.if_idx);
H A Dsockets.c3619 netif = netif_get_by_index((u8_t)imr->ipv6mr_interface); in lwip_setsockopt_impl()