HomeSort by: relevance | last modified time | path
    Searched refs:CTL_MSG (Results 1 - 12 of 12) sorted by relevancy

  /src/libexec/talkd/
extern.h 28 int announce(CTL_MSG *, const char *);
29 int print_mesg(const char *, CTL_MSG *, const char *);
32 void print_request(const char *, CTL_MSG *);
36 void process_request(CTL_MSG *, CTL_RESPONSE *);
37 void do_announce(CTL_MSG *, CTL_RESPONSE *);
41 CTL_MSG *find_match(CTL_MSG *);
42 CTL_MSG *find_request(CTL_MSG *);
43 void insert_table(CTL_MSG *, CTL_RESPONSE *)
    [all...]
table.c 70 CTL_MSG request;
84 CTL_MSG *
85 find_match(CTL_MSG *request)
110 return ((CTL_MSG *)0);
117 CTL_MSG *
118 find_request(CTL_MSG *request)
151 return ((CTL_MSG *)0);
155 insert_table(CTL_MSG *request, CTL_RESPONSE *response)
process.c 69 process_request(CTL_MSG *mp, CTL_RESPONSE *rp)
71 CTL_MSG *ptr;
107 if (ptr != (CTL_MSG *)0) {
116 if (ptr != (CTL_MSG *)0) {
138 do_announce(CTL_MSG *mp, CTL_RESPONSE *rp)
140 CTL_MSG *ptr;
159 if (ptr == (CTL_MSG *) 0) {
talkd.c 70 CTL_MSG request;
89 CTL_MSG *mp = &request;
print.c 73 print_request(const char *cp, CTL_MSG *mp)
announce.c 71 announce(CTL_MSG *request, const char *remote_machine)
94 print_mesg(const char *tty, CTL_MSG *request, const char *remote_machine)
  /src/usr.bin/talk/
talk_ctl.h 41 extern CTL_MSG msg;
talk.h 66 void ctl_transact(struct in_addr, CTL_MSG, int, CTL_RESPONSE *);
ctl.c 64 CTL_MSG msg;
ctl_transact.c 55 ctl_transact(struct in_addr target, CTL_MSG tmsg, int type, CTL_RESPONSE *rp)
get_names.c 48 extern CTL_MSG msg;
  /src/include/protocols/
talkd.h 45 * initiates a rendezvous by sending a CTL_MSG to the server of
82 } CTL_MSG;

Completed in 20 milliseconds