Home
last modified time | relevance | path

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

/src/lib/libipsec/
H A Dpfkey.c53 static int findsupportedmap(int);
93 findsupportedmap(int satype) in findsupportedmap() function
111 algno = findsupportedmap(satype); in findsupportedalg()
147 ipsup = &ipsec_supported[findsupportedmap(SADB_SATYPE_AH)]; in setsupportedmap()
150 ipsup = &ipsec_supported[findsupportedmap(SADB_SATYPE_ESP)]; in setsupportedmap()
637 algno = findsupportedmap(satype); in pfkey_send_register()