Searched defs:ctl_response (Results 1 – 4 of 4) sorted by relevance
78 struct ctl_response { struct79 char type;80 char answer;81 int id_num;82 struct sockaddr_in addr;
94 struct ctl_response { struct95 char type;96 char answer;97 int id_num;98 struct sockaddr_in addr;
91 #define ctl_response __ctl_response macro
302 ctl_response(struct ctl_sess *sess, u_int code, const char *text, in ctl_response() function