Home
last modified time | relevance | path

Searched defs:timestamping (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_udp_socket.cc176 int timestamping = SOF_TIMESTAMPING_RX_SOFTWARE | SOF_TIMESTAMPING_SOFTWARE; in EnableReceiveTimestamp() local
/external/rust/crates/nix/src/sys/socket/
Dmod.rs916 let timestamping = Timestamps { system, hw_trans, hw_raw }; localVariable