summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_id.c
AgeCommit message (Expand)Author
2025-12-02netinet: Remove left-over sys/cdefs.hWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2019-04-23ip6_randomflowlabel: Avoid blocking if random(4) is not availableConrad Meyer
2017-12-28Fix some typos.Pedro F. Giffuni
2017-12-28netinet6/ip6_id.c: niels kindly dropped clause 3/4 from the license.Pedro F. Giffuni
2017-12-28Start syncing changes from OpenBSD's ip6_id.c instead of ip_id.c.Pedro F. Giffuni
2017-12-28Revert r327293Pedro F. Giffuni
2017-12-28netinet6/ip6_id.c: niels kindly dropped clause 3/4 from the license.Pedro F. Giffuni
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2016-05-03sys/net*: minor spelling fixes.Pedro F. Giffuni
2013-10-26Provide includes that are needed in these files, and before were readGleb Smirnoff
2013-08-05- Use time_uptime instead of time_second in data structures forHiroki Sato
2007-12-10Clean up VCS Ids.David E. O'Brien
2007-07-05ANSIfy[1] plus some style cleanup nearby.Xin LI
2005-01-07/* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh
2004-08-14Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDDavid Malone
2003-10-01add randomtab for ip6_randomflowlabel().Hajimu UMEMOTO
2003-10-01randomize IPv6 flowlabel when RANDOM_IP_ID is defined.Hajimu UMEMOTO
2003-10-01include opt_random_ip_id.hHajimu UMEMOTO
2003-10-01Don't compiled ip6_randomid() in if RANDOM_IP_ID is not defined.Hajimu UMEMOTO
2003-10-01randomize IPv6 fragment ID.Hajimu UMEMOTO