Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/netinet
Module Name: src
Committed By: rmind
Date: Thu May 22 23:42:53 UTC 2014
Modified Files:
src/sys/netinet: ip_output.c ip_var.h raw_ip.c
Log Message:
- Make ip_setmoptions(), ip_getmoptions() and ip_pcbopts() static.
- ip_output: eliminate 7th variadic argument; IP_RETURNMTU is flag
always used to store MTU size into struct inpcb::inp_errormtu.
- Clean up these routines: reduce #ifdefs, variable scopes, etc.
To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 src/sys/netinet/ip_output.c
cvs rdiff -u -r1.101 -r1.102 src/sys/netinet/ip_var.h
cvs rdiff -u -r1.122 -r1.123 src/sys/netinet/raw_ip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index