Home
last modified time | relevance | path

Searched refs:ntime (Results 1 – 2 of 2) sorted by relevance

/openbsd/usr.sbin/trpt/
H A Dtrpt.c113 static u_int32_t ntime; variable
265 ntime = ntohl(td->td_time); in dotrace()
276 ntime = ntohl(td->td_time); in dotrace()
319 printf("%03d %s:%s ", (ntime/10) % 1000, tcpstates[ostate], in tcp_trace()
/openbsd/sys/netinet/
H A Dip_input.c1188 u_int32_t ntime; in ip_dooptions() local
1392 ntime = iptime(); in ip_dooptions()
1393 memcpy(cp + ipt.ipt_ptr - 1, &ntime, sizeof(u_int32_t)); in ip_dooptions()