Searched refs:src_id (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
H A Dmsm_q6vdec.h105 u32 src_id; member in struct:vdec_region_info
/external/ipsec-tools/src/racoon/
H A Dhandler.h254 struct sockaddr *src_id; member in struct:ph2handle
H A Dpfkey.c858 if (proxy && iph2->src_id && iph2->dst_id &&
860 src = iph2->src_id;
1052 if (proxy && iph2->src_id && iph2->dst_id &&
1054 sa_args.dst = iph2->src_id;
1339 if (proxy && iph2->src_id && iph2->dst_id &&
1341 sa_args.src = iph2->src_id;
H A Dhandler.c664 if (iph2->src_id) {
665 racoon_free(iph2->src_id);
666 iph2->src_id = NULL;
H A Disakmp_quick.c1926 if (iph2->src_id || iph2->dst_id) {
2033 iph2->src_id = dupsaddr((struct sockaddr *)&spidx.dst);
2034 if (iph2->src_id == NULL) {
H A Disakmp.c3473 iph2->src_id =
3475 if (iph2->src_id == NULL) {

Completed in 542 milliseconds