Home
last modified time | relevance | path

Searched refs:dst_id (Results 1 – 5 of 5) sorted by relevance

/external/ipsec-tools/src/racoon/
Dhandler.h255 struct sockaddr *dst_id; member
Dpfkey.c858 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;
Dhandler.c668 if (iph2->dst_id) {
669 racoon_free(iph2->dst_id);
670 iph2->dst_id = NULL;
Disakmp_quick.c1924 if (iph2->src_id || iph2->dst_id) {
2037 iph2->dst_id = dupsaddr((struct sockaddr *)&spidx.src);
2038 if (iph2->dst_id == NULL) {
Disakmp.c3479 iph2->dst_id =
3481 if (iph2->dst_id == NULL) {