Searched refs:net_context_set_option (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/subsys/net/lib/sockets/ |
D | sockets_inet.c | 1697 ret = net_context_set_option(ctx, NET_OPT_MCAST_IFINDEX, in ipv4_multicast_if() 2210 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2225 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2240 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2255 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2270 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2300 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2332 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2348 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() 2363 ret = net_context_set_option(ctx, in zsock_setsockopt_ctx() [all …]
|
/Zephyr-latest/tests/net/traffic_class/src/ |
D | main.c | 419 ret = net_context_set_option(net_ctxs_tx[i].ctx, in test_traffic_class_setup_tx() 440 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 | 3569 int net_context_set_option(struct net_context *context, in net_context_set_option() function
|