Mike Makonnen 18a6073100 Make inet6_rth_* family of functions more compliant with RFC3542:
1. CMSG_NXTHDR(mhdr, cmsg) is supposed to dereference cmsg and return
   the next header in the chain. If cmsg is NULL it should return
   the first header, behaving essentially like CMSG_FIRSTHDR().
2. inet6_rth_(space|init|add) should do basic checking on their input
   to verify that the number of headers (segments) is
   between 0 and 127 inclusive.

MFC-After: 1 month
2007-04-19 15:48:16 +00:00
..
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2006-09-17 21:27:35 +00:00
2005-06-15 19:04:04 +00:00
2005-02-09 18:07:17 +00:00
2005-01-20 09:17:07 +00:00
2005-01-20 09:17:07 +00:00
2005-11-23 10:49:07 +00:00
2005-01-24 18:14:18 +00:00
2005-01-24 18:14:18 +00:00
2006-07-26 08:35:46 +00:00