summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_src.c
AgeCommit message (Expand)Author
2003-12-10use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULLitojun
2003-09-04revamp inpcb/in6pcb so that they are more aligned with each other.itojun
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-11KNF - return is not a function. sync w/kame.itojun
2002-08-26pass proc * to in6_pcbsetport. PR 18073itojun
2002-06-08whitespace cleanupitojun
2002-05-29attach nd_ifinfo structure into if_afdata.itojun
2002-05-29rm obsolete commentitojun
2002-01-22make sure to check address family on route cache. with IPv4 mappeditojun
2001-11-13add RCSIDslukem
2001-10-16more whitespace/comment sync with kameitojun
2001-06-06fix a IPNOPRIVPORTS unused variable botch. noted by proff.mrg
2001-03-30enable FAKE_LOOPBACK_IF case by default.itojun
2001-02-08amove in6_{embed,recover}scope prototypes to in6_var.h (kernel only).itojun
2000-08-26implement net.inet6.ip6.{anon,low}port{min,max} sysctl variable.itojun
2000-08-26add missing IPNOPRIVPORTS caseitojun
2000-07-07sync with kame.itojun
2000-06-03sync with kame.itojun