Searched defs:protodefs (Results 1 – 6 of 6) sorted by relevance
228 struct protodefs { struct229 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 …]
40 static const struct protodefs protodefs = { variable
37 static const struct protodefs protodefs = { variable
39 static const struct protodefs protodefs = { variable
45 static const struct protodefs protodefs = { variable
86 static const struct protodefs *protodefs[RAD_PROTOCOUNT]; variable