Searched refs:timestamp_sec (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c561 pkt_header->ts.tv_sec = ntohl(net_pkt_header->timestamp_sec);
H A Drpcap-protocol.h290 uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */ member in struct:rpcap_pkthdr
/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c2367 net_pkt_header->timestamp_sec = htonl(pkt_header->ts.tv_sec);

Completed in 129 milliseconds