Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/ptp/
Dport.h80 struct net_if_timestamp_cb delay_req_ts_cb;
82 struct net_if_timestamp_cb sync_ts_cb;
/Zephyr-latest/tests/net/tx_timestamp/src/
Dmain.c73 static struct net_if_timestamp_cb timestamp_cb;
74 static struct net_if_timestamp_cb timestamp_cb_2;
75 static struct net_if_timestamp_cb timestamp_cb_3;
/Zephyr-latest/subsys/net/l2/ethernet/gptp/
Dgptp_messages.c19 static struct net_if_timestamp_cb sync_timestamp_cb[CONFIG_NET_GPTP_NUM_PORTS];
20 static struct net_if_timestamp_cb pdelay_response_timestamp_cb[CONFIG_NET_GPTP_NUM_PORTS];
/Zephyr-latest/include/zephyr/net/
Dnet_if.h2993 struct net_if_timestamp_cb { struct
3021 void net_if_register_timestamp_cb(struct net_if_timestamp_cb *handle, argument
3031 void net_if_unregister_timestamp_cb(struct net_if_timestamp_cb *handle);
/Zephyr-latest/subsys/net/ip/
Dnet_if.c5905 void net_if_register_timestamp_cb(struct net_if_timestamp_cb *handle, in net_if_register_timestamp_cb()
5922 void net_if_unregister_timestamp_cb(struct net_if_timestamp_cb *handle) in net_if_unregister_timestamp_cb()
5938 struct net_if_timestamp_cb *handle = in net_if_call_timestamp_cb()
5939 CONTAINER_OF(sn, struct net_if_timestamp_cb, node); in net_if_call_timestamp_cb()