summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/mld6_var.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up VCS Ids.obrien2007-12-101-3/+3
|
* sync with KAME regarding NDPsuz2005-10-211-0/+1
| | | | | | | | | | | | - introduced fine-grain-timer to manage ND-caches and IPv6 Multicast-Listeners - supports Router-Preference <draft-ietf-ipv6-router-selection-07.txt> - better prefix lifetime management - more spec-comformant DAD advertisement - updated RFC/internet-draft revisions Obtained from: KAME Reviewed by: ume, gnn MFC after: 2 month
* /* -> /*- for license, minor formatting changes, separate for KAMEimp2005-01-071-1/+1
|
* rename MLD6_* to MLD_*.ume2003-10-311-3/+3
| | | | Obtained from: KAME
* use arc4random.ume2003-10-311-1/+1
| | | | Obtained from: KAME
* - typo in commentume2003-10-091-5/+5
| | | | | | | | - style - ANSIfy (there is no functional change.) Obtained from: KAME
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-6/+7
| | | | | | | API changes: - additional IPv6 ioctls - IPsec PF_KEY API was changed, it is mandatory to upgrade setkey(8). (also syntax change)
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPshin1999-11-221-0/+52
for IPv6 yet) With this patch, you can assigne IPv6 addr automatically, and can reply to IPv6 ping. Reviewed by: freebsd-arch, cvs-committers Obtained from: KAME project
OpenPOWER on IntegriCloud