|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.51, 2000/02/17 10:59:36 | version 1.52, 2000/03/01 12:49:36 | ||
|---|---|---|---|
|
|
||
| ipstat.ips_rawout++; | ipstat.ips_rawout++; | ||
| } | } | ||
| #ifdef IPSEC | #ifdef IPSEC | ||
| m->m_pkthdr.rcvif = (struct ifnet *)inp->inp_socket; /*XXX*/ | ipsec_setsocket(m, inp->inp_socket); | ||
| #endif /*IPSEC*/ | #endif /*IPSEC*/ | ||
| return (ip_output(m, opts, &inp->inp_route, flags, inp->inp_moptions, &inp->inp_errormtu)); | return (ip_output(m, opts, &inp->inp_route, flags, inp->inp_moptions, &inp->inp_errormtu)); | ||
| } | } |