Home
last modified time | relevance | path

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

/dragonfly/libexec/talkd/
HDextern.h28 int announce(CTL_MSG *, const char *);
30 void do_announce(CTL_MSG *, CTL_RESPONSE *);
31 CTL_MSG *find_match(CTL_MSG *request);
32 CTL_MSG *find_request(CTL_MSG *request);
34 void insert_table(CTL_MSG *, CTL_RESPONSE *);
36 int print_mesg(const char *, CTL_MSG *, const char *);
37 void print_request(const char *, CTL_MSG *);
39 void process_request(CTL_MSG *mp, CTL_RESPONSE *rp);
HDtable.c61 CTL_MSG request;
75 CTL_MSG *
76 find_match(CTL_MSG *request) in find_match()
108 CTL_MSG *
109 find_request(CTL_MSG *request) in find_request()
146 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table()
HDprocess.c60 process_request(CTL_MSG *mp, CTL_RESPONSE *rp) in process_request()
62 CTL_MSG *ptr; in process_request()
136 do_announce(CTL_MSG *mp, CTL_RESPONSE *rp) in do_announce()
139 CTL_MSG *ptr; in do_announce()
HDtalkd.c57 CTL_MSG request;
72 CTL_MSG *mp = &request; in main()
HDannounce.c65 announce(CTL_MSG *request, const char *remote_machine) in announce()
88 print_mesg(const char *tty, CTL_MSG *request, const char *remote_machine) in print_mesg()
HDprint.c53 print_request(const char *cp, CTL_MSG *mp) in print_request()
/dragonfly/usr.bin/talk/
HDtalk_ctl.h39 extern CTL_MSG msg;
HDtalk.h66 extern void ctl_transact(struct in_addr,CTL_MSG,int,CTL_RESPONSE *);
HDctl_transact.c46 ctl_transact(struct in_addr target, CTL_MSG lmsg, int type, CTL_RESPONSE *rp) in ctl_transact()
HDctl.c57 CTL_MSG msg;
HDget_names.c40 extern CTL_MSG msg;
/dragonfly/include/protocols/
HDtalkd.h81 } CTL_MSG; typedef