Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h317 uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */ member
H A Dpcap-rpcap.c591 pkt_header->ts.tv_sec = ntohl(net_pkt_header->timestamp_sec); in pcap_read_nocb_remote()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c2749 net_pkt_header->timestamp_sec = htonl((uint32)pkt_header->ts.tv_sec); in daemon_thrdatamain()