|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.62, 2000/02/29 16:21:56 | version 1.63, 2000/03/01 12:49:42 | ||
|---|---|---|---|
|
|
||
| udpstat.udps_opackets++; | udpstat.udps_opackets++; | ||
| #ifdef IPSEC | #ifdef IPSEC | ||
| m->m_pkthdr.rcvif = (struct ifnet *)inp->inp_socket; | ipsec_setsocket(m, inp->inp_socket); | ||
| #endif /*IPSEC*/ | #endif /*IPSEC*/ | ||
| return (ip_output(m, inp->inp_options, &inp->inp_route, | return (ip_output(m, inp->inp_options, &inp->inp_route, |