Home
last modified time | relevance | path

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

/external/iptables/include/linux/netfilter_ipv4/
Dipt_ULOG.h37 long timestamp_sec; member
Dip_queue.h24 long timestamp_sec; /* Packet arrival time (seconds) */ member
/external/libpcap/
Drpcap-protocol.h330 uint32 timestamp_sec; /* 'struct timeval' compatible, it represents the 'tv_sec' field */ member
Dpcap-rpcap.c562 pkt_header->ts.tv_sec = ntohl(net_pkt_header->timestamp_sec); in pcap_read_nocb_remote()
/external/libpcap/rpcapd/
Ddaemon.c2341 net_pkt_header->timestamp_sec = htonl(pkt_header->ts.tv_sec); in daemon_thrdatamain()