Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dipsec_doi.c131 static int (*check_transform[]) __P((int)) = { variable
1368 if (prop->proto_id >= ARRAYLEN(check_transform)) {
1381 if (!check_transform[prop->proto_id]
1388 if (check_transform[prop->proto_id](trns->t_id) < 0)