|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.57, 2000/01/31 10:39:26 | version 1.58, 2000/01/31 14:18:58 | ||
|---|---|---|---|
|
|
||
| inp = sotoinpcb(so); | inp = sotoinpcb(so); | ||
| inp->inp_ip.ip_ttl = ip_defttl; | inp->inp_ip.ip_ttl = ip_defttl; | ||
| #ifdef IPSEC | #ifdef IPSEC | ||
| error = ipsec_init_policy(&inp->inp_sp); | error = ipsec_init_policy(so, &inp->inp_sp); | ||
| if (error != 0) { | if (error != 0) { | ||
| in_pcbdetach(inp); | in_pcbdetach(inp); | ||
| break; | break; |