Searched refs:net_context_set_option (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 1698 ret = net_context_set_option(ctx, NET_OPT_MCAST_IFINDEX, in ipv4_multicast_if() 2211 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2226 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2241 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2256 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2271 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2301 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2333 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2349 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2364 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() [all …]
|
/Zephyr-latest/tests/net/traffic_class/src/ |
D | main.c | 421 ret = net_context_set_option(net_ctxs_tx[i].ctx, in test_traffic_class_setup_tx() 442 ret = net_context_set_option(net_ctxs_rx[i].ctx, in test_traffic_class_setup_rx()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_context.h | 1340 int net_context_set_option(struct net_context *context,
|
/Zephyr-latest/subsys/net/ip/ |
D | net_context.c | 3543 int net_context_set_option(struct net_context *context, in net_context_set_option() function
|