Searched refs:tcp_endpoint_set (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 181 static int tcp_endpoint_set(union tcp_endpoint *ep, struct net_pkt *pkt, in tcp_endpoint_set() function 2204 if (tcp_endpoint_set(&ep_tmp, pkt, which) < 0) { in tcp_endpoint_cmp() 2411 if (tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC) < 0) { in tcp_conn_new() 2417 if (tcp_endpoint_set(&conn->src, pkt, TCP_EP_DST) < 0) { in tcp_conn_new() 4147 tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC); in tcp_input() 4148 tcp_endpoint_set(&conn->src, pkt, TCP_EP_DST); in tcp_input() 4271 tcp_endpoint_set(&conn->dst, pkt, TCP_EP_SRC); in tp_input() 4272 tcp_endpoint_set(&conn->src, pkt, TCP_EP_DST); in tp_input()
|