Module Name: src
Committed By: thorpej
Date: Mon Jan 11 22:35:07 UTC 1999
Modified Files:
src/sys/netinet: ip_icmp.c ip_input.c ip_output.c udp_usrreq.c
Log Message:
Fix byte order and ip_len inconsistencies in ICMP reply code. Also, fix
some formatting and HTONS(foo) vs. foo = htons(foo) inconsistencies.
PR #6602, Darren Reed.