OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tls_proto_mask_lims
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/tls/
tls.h
448
extern int
tls_proto_mask_lims
(const char *, int *, int *);
tls_client.c
1002
protomask =
tls_proto_mask_lims
(props->protocols, &min_proto, &max_proto);
tls_server.c
436
protomask =
tls_proto_mask_lims
(props->protocols, &min_proto, &max_proto);
tls_misc.c
72
/* int
tls_proto_mask_lims
(plist, floor, ceiling)
175
/*
tls_proto_mask_lims
() returns a bitmask of excluded protocols, and
614
/*
tls_proto_mask_lims
- protocols to exclude and floor/ceiling */
616
int
tls_proto_mask_lims
(const char *plist, int *floor, int *ceiling)
function
Completed in 19 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026