aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_id.c
Commit message (Expand)AuthorAgeFilesLines
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+1
* - Use time_uptime instead of time_second in data structures forHiroki Sato2013-08-051-2/+2
* Clean up VCS Ids.David E. O'Brien2007-12-101-4/+7
* ANSIfy[1] plus some style cleanup nearby.Xin LI2007-07-051-1/+0
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone2004-08-141-6/+0
* add randomtab for ip6_randomflowlabel().Hajimu UMEMOTO2003-10-011-0/+11
* randomize IPv6 flowlabel when RANDOM_IP_ID is defined.Hajimu UMEMOTO2003-10-011-0/+7
* include opt_random_ip_id.hHajimu UMEMOTO2003-10-011-0/+2
* Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined.Hajimu UMEMOTO2003-10-011-0/+4
* randomize IPv6 fragment ID.Hajimu UMEMOTO2003-10-011-0/+247