Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_paramhlp.h41 int check_protocol(const char *str);
Dtool_paramhlp.c351 int check_protocol(const char *str) in check_protocol() function
Dtool_getparam.c1037 err = check_protocol(config->proto_default); in getparameter()
/external/ipsec-tools/src/racoon/
Dipsec_doi.c123 static int (*check_protocol[]) __P((int)) = { variable
1365 if (!check_protocol[mode]) {
1371 if (check_protocol[mode](prop->proto_id) < 0)