Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/net/ip/
Dtcp.h45 int net_tcp_get(struct net_context *context);
Dtcp_internal.h103 int net_tcp_get(struct net_context *context);
105 static inline int net_tcp_get(struct net_context *context) in net_tcp_get() function
Dtcp.c2111 int net_tcp_get(struct net_context *context) in net_tcp_get() function
4032 net_tcp_get(context); in tcp_input()
4155 net_tcp_get(context); in tp_input()
Dnet_context.c458 if (net_tcp_get(&contexts[i]) < 0) { in net_context_get()