Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp.c181 static int tcp_endpoint_set(union tcp_endpoint *ep, struct net_pkt *pkt, in tcp_endpoint_set() function
2205 if (tcp_endpoint_set(&ep_tmp, pkt, which) < 0) { in tcp_endpoint_cmp()
2412 if (tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC) < 0) { in tcp_conn_new()
2418 if (tcp_endpoint_set(&conn->src, pkt, TCP_EP_DST) < 0) { in tcp_conn_new()
4157 tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC); in tcp_input()
4158 tcp_endpoint_set(&conn->src, pkt, TCP_EP_DST); in tcp_input()
4281 tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC); in tp_input()
4282 tcp_endpoint_set(&conn->src, pkt, TCP_EP_DST); in tp_input()