Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcp.h460 void tcp_bind_netif(struct tcp_pcb *pcb, const struct netif *netif);
/third_party/lwip/src/core/
Dtcp.c764 tcp_bind_netif(struct tcp_pcb *pcb, const struct netif *netif) in tcp_bind_netif() function
/third_party/lwip/src/api/
Dapi_msg.c1282 tcp_bind_netif(msg->conn->pcb.tcp, netif);
Dsockets.c3513 tcp_bind_netif(sock->conn->pcb.tcp, n); in lwip_setsockopt_impl()