aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_pcb.h
Commit message (Expand)AuthorAgeFilesLines
* /* -> /*- for license, minor formatting changes, separate for KAMEWarner Losh2005-01-071-2/+2
* Pass pcbinfo structures to in6_pcbnotify() rather than pcbheadRobert Watson2004-08-061-1/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:Pawel Jakub Dawidek2004-03-271-3/+3
* Remove unused prototype.Pawel Jakub Dawidek2004-03-271-1/+0
* supported IPV6_RECVPATHMTU socket option.Hajimu UMEMOTO2004-02-131-1/+1
* source address selection part of RFC3484.Hajimu UMEMOTO2003-11-041-5/+0
* Create new functions in_sockaddr(), in6_sockaddr(), andDon Lewis2002-08-211-0/+4
* Notify functions can destroy the pcb, so they have to return anJeffrey Hsu2002-06-141-2/+3
* Fix warnings caused by discarding const.Alfred Perlstein2002-02-271-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-4/+4
* When running aplication joined multicast address,Hajimu UMEMOTO2001-08-041-0/+1
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-7/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-3/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+108