Searched refs:net_context_get_option (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 609 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, ×tamping, 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 …]
|
D | sockets_packet.c | 252 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()
|
D | sockets_can.c | 244 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/ |
D | socks.c | 202 ret = net_context_get_option(ctx, NET_OPT_SOCKS5, &proxy, &proxy_len); in net_socks5_connect()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_context.h | 1354 int net_context_get_option(struct net_context *context,
|
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 2767 (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()
|
D | net_context.c | 3636 int net_context_get_option(struct net_context *context, in net_context_get_option() function
|