Searched defs:protocol_entry (Results 1 – 1 of 1) sorted by relevance
2141 static struct protocol_entry { struct2142 enum rep_protocol_requestid pt_request;2143 const char *pt_name;2144 protocol_handler_f *pt_handler;2145 void *pt_arg;2146 protocol_handler_fdret_f *pt_fd_handler;2147 size_t pt_in_size;2148 size_t pt_out_max;2149 uint32_t pt_flags;