|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.74, 2000/12/04 11:24:20 | version 1.75, 2001/01/24 09:04:16 | ||
|---|---|---|---|
|
|
||
| udpstat.udps_opackets++; | udpstat.udps_opackets++; | ||
| #ifdef IPSEC | #ifdef IPSEC | ||
| ipsec_setsocket(m, inp->inp_socket); | if (ipsec_setsocket(m, inp->inp_socket) != 0) { | ||
| error = ENOBUFS; | |||
| goto release; | |||
| } | |||
| #endif /*IPSEC*/ | #endif /*IPSEC*/ | ||
| return (ip_output(m, inp->inp_options, &inp->inp_route, | return (ip_output(m, inp->inp_options, &inp->inp_route, |