Make ip_len and ip_off unsigned values; don't transmit or accept packets
authortholo <tholo@openbsd.org>
Sun, 26 Jan 1997 01:23:42 +0000 (01:23 +0000)
committertholo <tholo@openbsd.org>
Sun, 26 Jan 1997 01:23:42 +0000 (01:23 +0000)
commitadbc1e472823ca8bdc1d8c5e724ce4d51f733c97
treec6aaa3cd80ba239bf5a4e1350d1b2df13c2546a8
parent77bff75bb707e5e90a53f2245f3f81824dd7ac02
Make ip_len and ip_off unsigned values; don't transmit or accept packets
larger than the maximum IP packet size.  From NetBSD.
sys/netinet/ip.h
sys/netinet/ip_input.c
sys/netinet/ip_var.h
sys/netinet/raw_ip.c
sys/netinet/udp.h
sys/netinet/udp_usrreq.c