Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/net/
Dnet_context.h1324 NET_OPT_TIMESTAMPING = 18, /**< Packet timestamping */ enumerator
/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_inet.c958 net_context_get_option(ctx, NET_OPT_TIMESTAMPING, &timestamping, NULL); in add_timestamping()
1855 NET_OPT_TIMESTAMPING, in zsock_getsockopt_ctx()
2459 NET_OPT_TIMESTAMPING, in zsock_setsockopt_ctx()
/Zephyr-latest/subsys/net/ip/
Dnet_context.c3609 case NET_OPT_TIMESTAMPING: in net_context_set_option()
3702 case NET_OPT_TIMESTAMPING: in net_context_get_option()