Searched refs:midtime (Results 1 – 1 of 1) sorted by relevance
58 __be32 midtime; in ip_options_build() local60 midtime = htonl((tv.tv_sec % 86400) * MSEC_PER_SEC + tv.tv_nsec / NSEC_PER_MSEC); in ip_options_build()61 memcpy(iph+opt->ts+iph[opt->ts+2]-5, &midtime, 4); in ip_options_build()408 __be32 midtime; in ip_options_compile() local410 midtime = htonl((tv.tv_sec % 86400) * MSEC_PER_SEC + tv.tv_nsec / NSEC_PER_MSEC); in ip_options_compile()411 memcpy(timeptr, &midtime, sizeof(__be32)); in ip_options_compile()