summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_id.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* If you use sys/param.h, you don't need sys/types.hderaadt2017-09-081-2/+1
* Convert some of the remaining usages of time_second to time_uptime.mpi2016-10-031-3/+3
* prefix function names like randomid and pmod to keep them out of globaltedu2015-12-041-13/+13
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-3/+2
* More destatic and ansification.jsing2010-02-081-7/+7
* Introduce a facility to generate unpredictable 32 bit numbers withdjm2008-06-091-20/+2
* use arc4random_uniform() for random number requests that are not adjm2008-04-181-3/+3
* typos; ok jmc@martynas2007-11-261-2/+2
* First step towards more sane time handling in the kernel -- this changestholo2004-06-211-3/+3
* niels kindly dropped clause 3/4 from the license. tnx!itojun2003-12-121-6/+1
* correct non-repetitive ID code, based on comments from niels provos.itojun2003-12-101-6/+3
* use random number generator to generate IPv6 fragment ID/flowlabel.itojun2003-10-011-0/+261