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

  /external/ipsec-tools/src/racoon/
admin.c 494 struct secpolicy *sp_out = NULL, *sp_in = NULL; local
540 sp_in = getsp_r(&spidx);
541 if (sp_in) {
544 spidx2str(&sp_in->spidx));
579 if (isakmp_get_sainfo(iph2, sp_out, sp_in) < 0) {
isakmp_quick.c 2244 struct secpolicy *sp_in, *sp_out; local
    [all...]
pfkey.c 1724 struct secpolicy *sp_out = NULL, *sp_in = NULL; local
    [all...]
isakmp.c     [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Delaunay.cpp 354 void CDelaunay::spsortx(SitePointer *sp_in, int low, int high)
356 sp = sp_in;
360 void CDelaunay::spsorty(SitePointer *sp_in, int low, int high )
362 sp = sp_in;

Completed in 1209 milliseconds