Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dip_options.c62 __be32 midtime; in ip_options_build() local
64 midtime = inet_current_timestamp(); in ip_options_build()
65 memcpy(iph + opt->ts + iph[opt->ts + 2] - 5, &midtime, 4); in ip_options_build()
416 __be32 midtime; in __ip_options_compile() local
418 midtime = inet_current_timestamp(); in __ip_options_compile()
419 memcpy(timeptr, &midtime, 4); in __ip_options_compile()

Completed in 3 milliseconds