Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dtcp_internal.h401 int net_tcp_get_option(struct net_context *context,
405 static inline int net_tcp_get_option(struct net_context *context, in net_tcp_get_option() function
Dtcp.c4573 int net_tcp_get_option(struct net_context *context, in net_tcp_get_option() function
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c1838 ret = net_tcp_get_option(ctx, in zsock_getsockopt_ctx()
1873 ret = net_tcp_get_option(ctx, TCP_OPT_NODELAY, optval, optlen); in zsock_getsockopt_ctx()
1882 ret = net_tcp_get_option(ctx, in zsock_getsockopt_ctx()