OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Fri Sep 04 00:26:01 UTC 2026