|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.56, 2001/07/03 08:06:19 | version 1.56.2.1, 2001/08/03 04:13:55 | ||
|---|---|---|---|
|
|
||
| break; | break; | ||
| inp = sotoinpcb(so); | inp = sotoinpcb(so); | ||
| inp->inp_ip.ip_p = (long)nam; | inp->inp_ip.ip_p = (long)nam; | ||
| #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: |