| version 1.97, 2007/05/12 02:10:25 |
version 1.97.6.1, 2007/09/03 16:49:06 |
| Line 184 rip_input(struct mbuf *m, ...) |
|
| Line 184 rip_input(struct mbuf *m, ...) |
|
| /* do not inject data to pcb */ |
/* do not inject data to pcb */ |
| } |
} |
| #endif /*IPSEC*/ |
#endif /*IPSEC*/ |
| else if ((n = m_copy(m, 0, M_COPYALL)) != NULL) { |
else if ((n = m_copypacket(m, M_DONTWAIT)) != NULL) { |
| if (last->inp_flags & INP_CONTROLOPTS || |
if (last->inp_flags & INP_CONTROLOPTS || |
| last->inp_socket->so_options & SO_TIMESTAMP) |
last->inp_socket->so_options & SO_TIMESTAMP) |
| ip_savecontrol(last, &opts, ip, n); |
ip_savecontrol(last, &opts, ip, n); |