HomeSort by: relevance | last modified time | path
    Searched refs:sa_dst (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
pfkey.c 888 if (iph2->sa_src && iph2->sa_dst) {
891 dst = dupsaddr(iph2->sa_dst);
1096 if (iph2->sa_src && iph2->sa_dst) {
1099 sa_args.src = dupsaddr(iph2->sa_dst);
1377 if (iph2->sa_src && iph2->sa_dst) {
1380 sa_args.dst = dupsaddr(iph2->sa_dst);
1696 struct sockaddr *sa_src = NULL, *sa_dst = NULL ; /* SA addresses */ local
1808 * We need to explicitly setup sa_src and sa_dst too,
1813 dst = sa_dst = sp_dst;
1818 sa_dst = dst
    [all...]
handler.h 274 struct sockaddr *sa_dst; member in struct:ph2handle
admin.c 563 iph2->sa_dst = dupsaddr(dst);
573 iph2->sa_dst = dupsaddr(dst);
handler.c 779 if (iph2->sa_dst) {
780 racoon_free(iph2->sa_dst);
781 iph2->sa_dst = NULL;
isakmp_quick.c 263 iph2->sa_src == NULL && iph2->sa_dst == NULL &&
2230 if (iph2->sa_src || iph2->sa_dst) {
2334 /* Before setting iph2->[sa_src, sa_dst] with the addresses
2353 iph2->sa_dst = dupsaddr((struct sockaddr *)&spidx.src);
2354 if (iph2->sa_dst == NULL) {
2364 "iph2->sa_src and iph2->sa_dst.\n",
ipsec_doi.c 3892 else if (iph2->sa_dst != NULL) {
3894 iph2->id_p = ipsecdoi_sockaddr2id(iph2->sa_dst,
isakmp.c 2131 * we always use iph2->dst, and not iph2->sa_dst.
2133 * XXX One possible need for using iph2->sa_dst if not NULL would
3450 iph2->sa_dst =
3452 if (iph2->sa_dst == NULL) {

Completed in 54 milliseconds