Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h318 uint32 timestamp_usec; /* 'struct timeval' compatible, it represents the 'tv_usec' field */ member
H A Dpcap-rpcap.c592 pkt_header->ts.tv_usec = ntohl(net_pkt_header->timestamp_usec); in pcap_read_nocb_remote()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c2750 net_pkt_header->timestamp_usec = htonl((uint32)pkt_header->ts.tv_usec); in daemon_thrdatamain()