Home
last modified time | relevance | path

Searched refs:NET_OPT_MTU (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dnet_context.h1326 NET_OPT_MTU = 20, /**< IPv4 socket path MTU */ enumerator
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c1951 ret = net_context_get_option(ctx, NET_OPT_MTU, in zsock_getsockopt_ctx()
1985 ret = net_context_get_option(ctx, NET_OPT_MTU, in zsock_getsockopt_ctx()
2603 ret = net_context_set_option(ctx, NET_OPT_MTU, in zsock_setsockopt_ctx()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c3612 case NET_OPT_MTU: in net_context_set_option()
3705 case NET_OPT_MTU: in net_context_get_option()