Searched refs:midtime (Results 1 – 1 of 1) sorted by relevance
56 __u32 midtime; in ip_options_build() local58 midtime = htonl((tv.tv_sec % 86400) * 1000 + tv.tv_usec / 1000); in ip_options_build()59 memcpy(iph+opt->ts+iph[opt->ts+2]-5, &midtime, 4); in ip_options_build()408 __u32 midtime; in ip_options_compile() local410 midtime = htonl((tv.tv_sec % 86400) * 1000 + tv.tv_usec / 1000); in ip_options_compile()411 memcpy(timeptr, &midtime, sizeof(__u32)); in ip_options_compile()