From 9fc39cde35beb80ac4b9ea7476701c77c54e6aeb Mon Sep 17 00:00:00 2001 From: mdodd Date: Fri, 21 Mar 2003 15:28:10 +0000 Subject: Add comments regarding the ICMP timestamp fields. --- sys/netinet/ip_icmp.h | 8 ++++---- 1 file 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; -- cgit v1.1