Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/ip/
Dtcp.c2136 union tcp_endpoint ep_tmp; in tcp_endpoint_cmp() local
2138 if (tcp_endpoint_set(&ep_tmp, pkt, which) < 0) { in tcp_endpoint_cmp()
2142 return !memcmp(ep, &ep_tmp, tcp_endpoint_len(ep->sa.sa_family)); in tcp_endpoint_cmp()