Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dnet_if.c126 static sys_slist_t timestamp_callbacks; variable
6021 sys_slist_find_and_remove(&timestamp_callbacks, &handle->node); in net_if_register_timestamp_cb()
6022 sys_slist_prepend(&timestamp_callbacks, &handle->node); in net_if_register_timestamp_cb()
6035 sys_slist_find_and_remove(&timestamp_callbacks, &handle->node); in net_if_unregister_timestamp_cb()
6046 SYS_SLIST_FOR_EACH_NODE_SAFE(&timestamp_callbacks, sn, sns) { in net_if_call_timestamp_cb()