HomeSort by relevance Sort by last modified time
    Searched refs:dst_id (Results 1 - 5 of 5) sorted by null

  /external/ipsec-tools/src/racoon/
handler.h 255 struct sockaddr *dst_id; member in struct:ph2handle
handler.c 668 if (iph2->dst_id) {
669 racoon_free(iph2->dst_id);
670 iph2->dst_id = NULL;
pfkey.c 858 if (proxy && iph2->src_id && iph2->dst_id &&
861 dst = iph2->dst_id;
1052 if (proxy && iph2->src_id && iph2->dst_id &&
1055 sa_args.src = iph2->dst_id;
1339 if (proxy && iph2->src_id && iph2->dst_id &&
1342 sa_args.dst = iph2->dst_id;
    [all...]
isakmp_quick.c     [all...]