Minor change to a comment.

This commit is contained in:
mycroft 1996-12-11 01:55:50 +00:00
parent 9b87837f21
commit ef60fc0bad
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ip.h,v 1.15 1996/10/25 06:22:24 thorpej Exp $ */
/* $NetBSD: ip.h,v 1.16 1996/12/11 01:55:50 mycroft Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -57,7 +57,7 @@ struct ip {
u_int16_t ip_len; /* total length */
u_int16_t ip_id; /* identification */
u_int16_t ip_off; /* fragment offset field */
#define IP_RF 0x8000 /* reserved flag (must be zero) */
#define IP_RF 0x8000 /* reserved fragment flag */
#define IP_DF 0x4000 /* dont fragment flag */
#define IP_MF 0x2000 /* more fragments flag */
#define IP_OFFMASK 0x1fff /* mask for fragmenting bits */