Searched defs:sa_proto_handle (Results 1 – 2 of 2) sorted by relevance
86 struct sa_proto_handle { struct87 int sa_num_proto;88 char **sa_proto;89 struct sa_plugin_ops **sa_ops;
54 static struct sa_proto_handle sa_proto_handle; variable