Home
last modified time | relevance | path

Searched refs:TCP_EP_SRC (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/subsys/net/ip/
Dtcp_private.h162 TCP_EP_SRC = 1, enumerator
Dtcp.c199 ep->sin.sin_port = src == TCP_EP_SRC ? th_sport(th) : in tcp_endpoint_set()
202 src == TCP_EP_SRC ? in tcp_endpoint_set()
223 ep->sin6.sin6_port = src == TCP_EP_SRC ? th_sport(th) : in tcp_endpoint_set()
226 src == TCP_EP_SRC ? in tcp_endpoint_set()
2215 tcp_endpoint_cmp(&conn->dst, pkt, TCP_EP_SRC); in tcp_conn_cmp()
2412 if (tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC) < 0) { in tcp_conn_new()
4157 tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC); in tcp_input()
4281 tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC); in tp_input()