|
|
| version 1.8, 2004/01/06 03:17:28 | version 1.9, 2004/03/06 07:30:43 |
|---|---|
| Line 190 ipxip_input(m, hlen, dummy) | Line 190 ipxip_input(m, hlen, dummy) |
| } | } |
| ip = mtod(m, struct ip *); | ip = mtod(m, struct ip *); |
| if (ip->ip_hl > (sizeof(struct ip) >> 2)) { | if (ip->ip_hl > (sizeof(struct ip) >> 2)) { |
| ip_stripoptions(m, (struct mbuf *)NULL); | ip_stripoptions(m); |
| if (m->m_len < s) { | if (m->m_len < s) { |
| if ((m = m_pullup(m, s)) == NULL) { | if ((m = m_pullup(m, s)) == NULL) { |
| ipxipif.if_ierrors++; | ipxipif.if_ierrors++; |