Home
last modified time | relevance | path

Searched refs:CTL_MSG (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtalkd_impl.h46 extern void print_request(CTL_MSG *request);
47 extern void process_request(CTL_MSG *request, CTL_RESPONSE *response);
48 extern CTL_MSG *find_request(CTL_MSG *request);
49 extern CTL_MSG *find_match(CTL_MSG *request);
50 extern void insert_table(CTL_MSG *request, CTL_RESPONSE *response);
52 extern int announce(CTL_MSG *request, char *remote_machine);
H A Din.talkd.c58 static CTL_MSG request;
64 static CTL_MSG swapmsg(CTL_MSG req);
166 static CTL_MSG
167 swapmsg(CTL_MSG req) in swapmsg()
169 CTL_MSG swapreq; in swapmsg()
H A Dtable.c61 CTL_MSG request;
77 CTL_MSG *
78 find_match(CTL_MSG *request) in find_match()
128 CTL_MSG *
129 find_request(CTL_MSG *request) in find_request()
184 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table()
H A Dprocess.c65 static void do_announce(CTL_MSG *request, CTL_RESPONSE *response);
69 process_request(CTL_MSG *request, CTL_RESPONSE *response) in process_request()
71 CTL_MSG *ptr; in process_request()
134 do_announce(CTL_MSG *request, CTL_RESPONSE *response) in do_announce()
137 CTL_MSG *ptr; in do_announce()
H A Dannounce.c59 static int announce_proc(CTL_MSG *request, char *remote_machine);
60 static void print_mesg(FILE *tf, CTL_MSG *request, char *remote_machine);
69 announce(CTL_MSG *request, char *remote_machine) in announce()
119 announce_proc(CTL_MSG *request, char *remote_machine) in announce_proc()
182 print_mesg(FILE *tf, CTL_MSG *request, char *remote_machine) in print_mesg()
H A Dprint.c47 print_request(CTL_MSG *request) in print_request()
H A Dctl.h99 typedef struct ctl_msg CTL_MSG; typedef
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dinvite.c209 if (sendto(ctl_sockt, (char *)&msg, sizeof (CTL_MSG), 0, in send_delete()
211 sizeof (daemon_addr)) != sizeof (CTL_MSG)) { in send_delete()
217 if (sendto(ctl_sockt, (char *)&msg, sizeof (CTL_MSG), 0, in send_delete()
219 sizeof (daemon_addr)) != sizeof (CTL_MSG)) { in send_delete()
H A Dctl_transact.c56 CTL_MSG msg;
88 (char *)&msg, sizeof (CTL_MSG), 0,
91 if (cc != sizeof (CTL_MSG)) {
H A Dtalk_ctl.h53 extern CTL_MSG msg;
H A Dctl.h83 typedef struct ctl_msg CTL_MSG; typedef
H A Dctl.c63 CTL_MSG msg;
H A Dget_names.c49 extern CTL_MSG msg;