Home
last modified time | relevance | path

Searched refs:CTL_RESPONSE (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dlook_up.c50 static int look_for_invite(CTL_RESPONSE *);
51 static CTL_RESPONSE swapresponse();
59 CTL_RESPONSE response; in check_local()
111 CTL_RESPONSE *response; in look_for_invite()
147 static CTL_RESPONSE
149 CTL_RESPONSE rsp; in swapresponse()
154 bcopy(&rsp, &swaprsp, sizeof (CTL_RESPONSE));
178 static CTL_RESPONSE
180 CTL_RESPONSE rsp; in swapresponse()
H A Dctl_transact.c60 CTL_RESPONSE *response;
127 sizeof (CTL_RESPONSE), 0, &junk, &junk_size);
H A Dinvite.c76 CTL_RESPONSE response; in invite_remote()
148 CTL_RESPONSE response; in announce_invite()
H A Dctl.h76 typedef struct ctl_response CTL_RESPONSE; typedef
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtalkd_impl.h47 extern void print_response(CTL_RESPONSE *response);
49 extern void process_request(CTL_MSG *request, CTL_RESPONSE *response);
52 extern void insert_table(CTL_MSG *request, CTL_RESPONSE *response);
H A Dprocess.c68 static void do_announce(CTL_MSG *request, CTL_RESPONSE *response);
72 process_request(CTL_MSG *request, CTL_RESPONSE *response) in process_request()
137 do_announce(CTL_MSG *request, CTL_RESPONSE *response) in do_announce()
H A Dprint.c59 print_response(CTL_RESPONSE *response) in print_response()
H A Dctl.h92 typedef struct ctl_response CTL_RESPONSE; typedef
H A Din.talkd.c61 static CTL_RESPONSE response;
H A Dtable.c187 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h480 #define CTL_RESPONSE 0x80 macro
H A Dsnoop_ntp.c254 getflag(ntpc->r_m_e_op, CTL_RESPONSE, "response", in interpret_ntp()