Searched refs:net_context_get_option (Results 1 – 7 of 7) sorted by relevance
| /Zephyr-latest/subsys/net/lib/sockets/ |
| D | sockets_inet.c | 614 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zsock_sendto_ctx() 670 net_context_get_option(ctx, NET_OPT_SNDTIMEO, &timeout, NULL); in zsock_sendmsg_ctx() 963 net_context_get_option(ctx, NET_OPT_TIMESTAMPING, ×tamping, NULL); in add_timestamping() 1074 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zsock_recv_dgram() 1429 net_context_get_option(ctx, NET_OPT_RCVTIMEO, &timeout, NULL); in zsock_recv_stream() 1629 ret = net_context_get_option(ctx, NET_OPT_MCAST_IFINDEX, in ipv4_multicast_if() 1741 ret = net_context_get_option(ctx, in zsock_getsockopt_ctx() 1781 ret = net_context_get_option(ctx, in zsock_getsockopt_ctx() 1795 ret = net_context_get_option(ctx, in zsock_getsockopt_ctx() 1809 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 | 2768 (void)net_context_get_option(conn->context, NET_OPT_SNDBUF, in tcp_check_sock_options() 2773 (void)net_context_get_option(conn->context, NET_OPT_RCVBUF, in tcp_check_sock_options()
|
| D | net_context.c | 3662 int net_context_get_option(struct net_context *context, in net_context_get_option() function
|