Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dipsec_doi.c134 static int (*check_transform[]) __P((int)) = { variable
1503 if (prop->proto_id >= ARRAYLEN(check_transform)) {
1516 if (!check_transform[prop->proto_id]
1523 if (check_transform[prop->proto_id](trns->t_id) < 0)