| version 1.48, 2001/11/13 00:57:01 |
version 1.49, 2001/12/18 03:04:03 |
|
|
| * should the inner packet be considered authentic? |
* should the inner packet be considered authentic? |
| * see comment in ah4_input(). |
* see comment in ah4_input(). |
| */ |
*/ |
| if (m) { |
m->m_flags &= ~M_AUTHIPHDR; |
| m->m_flags &= ~M_AUTHIPHDR; |
m->m_flags &= ~M_AUTHIPDGM; |
| m->m_flags &= ~M_AUTHIPDGM; |
|
| } |
|
| #endif |
#endif |
| |
|
| /* |
/* |
|
|
| ip6 = mtod(m, struct ip6_hdr *); |
ip6 = mtod(m, struct ip6_hdr *); |
| |
|
| /* |
/* |
| * if the payload length field is 0 and the next header field |
* if the payload length field is 0 and the next header field |
| * indicates Hop-by-Hop Options header, then a Jumbo Payload |
* indicates Hop-by-Hop Options header, then a Jumbo Payload |
| * option MUST be included. |
* option MUST be included. |
| */ |
*/ |