Searched refs:Tstart (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/pf/authpf/
H A Dauthpf.c73 struct timeval Tstart, Tend; /* start and end times of session */ variable in typeref:struct:timeval
821 gettimeofday(&Tstart, NULL);
828 ip_src, l_user, (uintmax_t)(Tend.tv_sec - Tstart.tv_sec));

Completed in 67 milliseconds