Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv4/
Dip_options.c58 __be32 midtime; in ip_options_build() local
60 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() local
410 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()