Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/net/
H A Dtimestamping.c137 const void *sync_p = ptpv2 ? sync_v2 : sync; in sendpacket() local
141 res = sendto(sock, sync_p, sync_len, 0, addr, addr_len); in sendpacket()
158 const void *sync_p = ptpv2 ? sync_v2 : sync; in printpacket() local
234 else if (!memcmp(sync_p, data + res - sync_len, sync_len)) in printpacket()