HomeSort by: relevance | last modified time | path
    Searched defs:sp_in (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
admin.c 489 struct secpolicy *sp_out = NULL, *sp_in = NULL; local
535 sp_in = getsp_r(&spidx);
536 if (sp_in) {
539 spidx2str(&sp_in->spidx));
586 if (isakmp_get_sainfo(iph2, sp_out, sp_in) < 0) {
admin.c 489 struct secpolicy *sp_out = NULL, *sp_in = NULL; local
535 sp_in = getsp_r(&spidx);
536 if (sp_in) {
539 spidx2str(&sp_in->spidx));
586 if (isakmp_get_sainfo(iph2, sp_out, sp_in) < 0) {
isakmp_quick.c 2217 struct secpolicy *sp_in, *sp_out;
2425 sp_in = getsp_r(&spidx);
2426 if (sp_in == NULL) {
2488 if (sp_in->policy != IPSEC_POLICY_IPSEC) {
2496 if (set_proposal_from_policy(iph2, sp_in, sp_out) < 0) {
2508 iph2->spid = sp_in->id;
2216 struct secpolicy *sp_in, *sp_out; local
isakmp_quick.c 2217 struct secpolicy *sp_in, *sp_out;
2425 sp_in = getsp_r(&spidx);
2426 if (sp_in == NULL) {
2488 if (sp_in->policy != IPSEC_POLICY_IPSEC) {
2496 if (set_proposal_from_policy(iph2, sp_in, sp_out) < 0) {
2508 iph2->spid = sp_in->id;
2216 struct secpolicy *sp_in, *sp_out; local
pfkey.c 1692 struct secpolicy *sp_out = NULL, *sp_in = NULL; local
1875 sp_in = getsp(&spidx);
1876 if (sp_in) {
1879 spidx2str(&sp_in->spidx));
1924 if (isakmp_get_sainfo(iph2, sp_out, sp_in) < 0) {
pfkey.c 1692 struct secpolicy *sp_out = NULL, *sp_in = NULL; local
1875 sp_in = getsp(&spidx);
1876 if (sp_in) {
1879 spidx2str(&sp_in->spidx));
1924 if (isakmp_get_sainfo(iph2, sp_out, sp_in) < 0) {
  /src/sys/netipsec/
ipsec.h 113 struct secpolicy *sp_in; member in struct:inpcbpolicy
ipsec.h 113 struct secpolicy *sp_in; member in struct:inpcbpolicy

Completed in 62 milliseconds