Home
last modified time | relevance | path

Searched defs:ctl_response (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dctl.h78 struct ctl_response { struct
79 char type;
80 char answer;
81 int id_num;
82 struct sockaddr_in addr;
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dctl.h94 struct ctl_response { struct
95 char type;
96 char answer;
97 int id_num;
98 struct sockaddr_in addr;
/titanic_41/usr/src/lib/libresolv2/include/isc/
H A Dctl.h91 #define ctl_response __ctl_response macro
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c302 ctl_response(struct ctl_sess *sess, u_int code, const char *text, in ctl_response() function