Home
last modified time | relevance | path

Searched defs:protodefs (Results 1 – 6 of 6) sorted by relevance

/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dradsecproxy.h228 struct protodefs { struct
229 char *name;
230 char *secretdefault;
231 int socktype;
232 char *portdefault;
233 uint8_t retrycountdefault;
234 uint8_t retrycountmax;
236 uint8_t retryintervalmax;
240 void *(*listener)(void*);
246 void (*setsrcres)();
[all …]
H A Dudp.c40 static const struct protodefs protodefs = { variable
H A Dtcp.c37 static const struct protodefs protodefs = { variable
H A Dtls.c39 static const struct protodefs protodefs = { variable
H A Ddtls.c45 static const struct protodefs protodefs = { variable
H A Dradsecproxy.c86 static const struct protodefs *protodefs[RAD_PROTOCOUNT]; variable