Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtimestamping.c120 static const unsigned char sync_v2[] = { variable
136 size_t sync_len = ptpv2 ? sizeof(sync_v2) : sizeof(sync); in sendpacket()
137 const void *sync_p = ptpv2 ? sync_v2 : sync; in sendpacket()
157 size_t sync_len = ptpv2 ? sizeof(sync_v2) : sizeof(sync); in printpacket()
158 const void *sync_p = ptpv2 ? sync_v2 : sync; in printpacket()