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

/external/ipsec-tools/src/libipsec/
H A Dpfkey.c56 static int findsupportedmap __P((int));
123 findsupportedmap(satype) function
143 algno = findsupportedmap((int)satype);
180 ipsup = &ipsec_supported[findsupportedmap(SADB_SATYPE_AH)];
183 ipsup = &ipsec_supported[findsupportedmap(SADB_SATYPE_ESP)];
688 algno = findsupportedmap((int)satype);

Completed in 234 milliseconds