summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_icmp.h
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>2003-03-21 15:28:10 +0000
committermdodd <mdodd@FreeBSD.org>2003-03-21 15:28:10 +0000
commit9fc39cde35beb80ac4b9ea7476701c77c54e6aeb (patch)
tree0c5ab4cb74829f440d5e357ed6b74fb24b0c6e97 /sys/netinet/ip_icmp.h
parent1cbf7945dedd39a4eb545140a7b43aac13c31fc9 (diff)
downloadFreeBSD-src-9fc39cde35beb80ac4b9ea7476701c77c54e6aeb.zip
FreeBSD-src-9fc39cde35beb80ac4b9ea7476701c77c54e6aeb.tar.gz
Add comments regarding the ICMP timestamp fields.
Diffstat (limited to 'sys/netinet/ip_icmp.h')
-rw-r--r--sys/netinet/ip_icmp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/netinet/ip_icmp.h b/sys/netinet/ip_icmp.h
index 609aacb..ba86502 100644
--- a/sys/netinet/ip_icmp.h
+++ b/sys/netinet/ip_icmp.h
@@ -89,10 +89,10 @@ struct icmp {
#define icmp_wpa icmp_hun.ih_rtradv.irt_wpa
#define icmp_lifetime icmp_hun.ih_rtradv.irt_lifetime
union {
- struct id_ts {
- n_time its_otime;
- n_time its_rtime;
- n_time its_ttime;
+ struct id_ts { /* ICMP Timestamp */
+ n_time its_otime; /* Originate */
+ n_time its_rtime; /* Receive */
+ n_time its_ttime; /* Transmit */
} id_ts;
struct id_ip {
struct ip idi_ip;
OpenPOWER on IntegriCloud