Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_context.h1322 NET_OPT_TTL = 16, /**< IPv4 unicast TTL */ enumerator
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c1918 ret = net_context_get_option(ctx, NET_OPT_TTL, in zsock_getsockopt_ctx()
2556 ret = net_context_set_option(ctx, NET_OPT_TTL, in zsock_setsockopt_ctx()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c3582 case NET_OPT_TTL: in net_context_set_option()
3675 case NET_OPT_TTL: in net_context_get_option()