|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.66.4.3, 2000/12/15 03:29:16 | version 1.66.4.4, 2001/04/06 00:26:54 | ||
|---|---|---|---|
|
|
||
| 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, |