|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.82, 2001/07/25 06:05:16 | version 1.83, 2001/07/25 23:28:02 | ||
|---|---|---|---|
|
|
||
| break; | break; | ||
| inp = sotoinpcb(so); | inp = sotoinpcb(so); | ||
| inp->inp_ip.ip_ttl = ip_defttl; | inp->inp_ip.ip_ttl = ip_defttl; | ||
| #ifdef IPSEC | |||
| error = ipsec_init_policy(so, &inp->inp_sp); | |||
| if (error != 0) { | |||
| in_pcbdetach(inp); | |||
| break; | |||
| } | |||
| #endif /*IPSEC*/ | |||
| break; | break; | ||
| case PRU_DETACH: | case PRU_DETACH: |