Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libpcap/
Drpcap-protocol.h291 uint32 timestamp_usec; /* 'struct timeval' compatible, it represents the 'tv_usec' field */ member
Dpcap-rpcap.c562 pkt_header->ts.tv_usec = ntohl(net_pkt_header->timestamp_usec); in pcap_read_nocb_remote()
/freebsd-12-stable/contrib/libpcap/rpcapd/
Ddaemon.c2368 net_pkt_header->timestamp_usec = htonl(pkt_header->ts.tv_usec); in daemon_thrdatamain()