summaryrefslogtreecommitdiff
path: root/sys/netinet
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-21 15:28:10 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>2003-03-21 15:28:10 +0000
commit21150298bb08a7b96223008efa667aab796b6b40 (patch)
tree0c5ab4cb74829f440d5e357ed6b74fb24b0c6e97 /sys/netinet
parentd79bf33783b9ce8f58ceba5e52095685afdb0d16 (diff)
Notes
Diffstat (limited to 'sys/netinet')
-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 609aacbfbd18..ba86502be172 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;