Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c609 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zsock_sendto_ctx()
665 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zsock_sendmsg_ctx()
958 net_context_get_option(ctx, NET_OPT_TIMESTAMPING, &timestamping, NULL); in add_timestamping()
1069 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zsock_recv_dgram()
1432 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zsock_recv_stream()
1630 ret = net_context_get_option(ctx, NET_OPT_MCAST_IFINDEX, in ipv4_multicast_if()
1742 ret = net_context_get_option(ctx, in zsock_getsockopt_ctx()
1782 ret = net_context_get_option(ctx, in zsock_getsockopt_ctx()
1796 ret = net_context_get_option(ctx, in zsock_getsockopt_ctx()
1810 ret = net_context_get_option(ctx, in zsock_getsockopt_ctx()
[all …]
Dsockets_packet.c252 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zpacket_sendto_ctx()
285 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zpacket_sendmsg_ctx()
308 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zpacket_recvfrom_ctx()
Dsockets_can.c244 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zcan_sendto_ctx()
288 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zcan_recvfrom_ctx()
/Zephyr-latest/subsys/net/lib/socks/
Dsocks.c202 ret = net_context_get_option(ctx, NET_OPT_SOCKS5, &proxy, &proxy_len); in net_socks5_connect()
/Zephyr-latest/include/zephyr/net/
Dnet_context.h1354 int net_context_get_option(struct net_context *context,
/Zephyr-latest/subsys/net/ip/
Dtcp.c2767 (void)net_context_get_option(conn->context, NET_OPT_SNDBUF, in tcp_check_sock_options()
2772 (void)net_context_get_option(conn->context, NET_OPT_RCVBUF, in tcp_check_sock_options()
Dnet_context.c3636 int net_context_get_option(struct net_context *context, in net_context_get_option() function