OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_id
(Results
1 - 7
of
7
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h
116
int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *
dst_id
);
154
static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *
dst_id
,
158
*
dst_id
= src_kctl->id;
159
dst_id
->index += offset;
160
dst_id
->numid += offset;
161
return
dst_id
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
control.h
116
int snd_ctl_rename_id(struct snd_card * card, struct snd_ctl_elem_id *src_id, struct snd_ctl_elem_id *
dst_id
);
154
static inline struct snd_ctl_elem_id *snd_ctl_build_ioff(struct snd_ctl_elem_id *
dst_id
,
158
*
dst_id
= src_kctl->id;
159
dst_id
->index += offset;
160
dst_id
->numid += offset;
161
return
dst_id
;
/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
...]
isakmp.c
[
all
...]
Completed in 104 milliseconds