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.c614 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, &timestamping, 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 …]
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.c2768 (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()
Dnet_context.c3662 int net_context_get_option(struct net_context *context, in net_context_get_option() function