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

/freebsd-10-stable/sbin/pfctl/
H A Dpfctl_osfp.c97 wscale_mod, optcnt, ts0; local
167 &optcnt, &mss, &mss_mod, &wscale, &wscale_mod, &ts0))
227 if (ts0)
895 int *wscale_mod, int *ts0)
905 *ts0 = 0;
958 *ts0 = 1;
893 get_tcpopts(const char *filename, int lineno, const char *tcpopts, pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale, int *wscale_mod, int *ts0) argument
/freebsd-10-stable/usr.sbin/rtadvctl/
H A Drtadvctl.c420 struct timespec now, ts0, ts; local
471 TS_SUB(&now, &ts, &ts0);
628 ts.tv_sec = rat->rat_tm.tv_sec + ts0.tv_sec;
635 ts.tv_sec = ifi_s->ifi_ra_lastsent.tv_sec + ts0.tv_sec;
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_misc.c2325 struct timespec ts0, ts1; local
2351 nanotime(&ts0);
2361 timespecsub(&ts1, &ts0);

Completed in 193 milliseconds