HomeSort by: relevance | last modified time | path
    Searched defs:check_transform (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
ipsec_doi.c 130 static int (*check_transform[])(int) = { variable
1343 if (prop->proto_id >= ARRAYLEN(check_transform)) {
1356 if (!check_transform[prop->proto_id]
1363 if (check_transform[prop->proto_id](trns->t_id) < 0)
ipsec_doi.c 130 static int (*check_transform[])(int) = { variable
1343 if (prop->proto_id >= ARRAYLEN(check_transform)) {
1356 if (!check_transform[prop->proto_id]
1363 if (check_transform[prop->proto_id](trns->t_id) < 0)

Completed in 37 milliseconds