Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/libpcap/
HDrpcap-protocol.h317 uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */ member
HDpcap-rpcap.c591 pkt_header->ts.tv_sec = ntohl(net_pkt_header->timestamp_sec); in pcap_read_nocb_remote()
/freebsd-14-stable/contrib/libpcap/rpcapd/
HDdaemon.c2749 net_pkt_header->timestamp_sec = htonl((uint32)pkt_header->ts.tv_sec); in daemon_thrdatamain()