Searched refs:CTL_MSG (Results 1 – 12 of 12) sorted by relevance
| /dragonfly/libexec/talkd/ |
| HD | extern.h | 28 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);
|
| HD | table.c | 61 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()
|
| HD | process.c | 60 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()
|
| HD | talkd.c | 57 CTL_MSG request; 72 CTL_MSG *mp = &request; in main()
|
| HD | announce.c | 65 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()
|
| HD | print.c | 53 print_request(const char *cp, CTL_MSG *mp) in print_request()
|
| /dragonfly/usr.bin/talk/ |
| HD | talk_ctl.h | 39 extern CTL_MSG msg;
|
| HD | talk.h | 66 extern void ctl_transact(struct in_addr,CTL_MSG,int,CTL_RESPONSE *);
|
| HD | ctl_transact.c | 46 ctl_transact(struct in_addr target, CTL_MSG lmsg, int type, CTL_RESPONSE *rp) in ctl_transact()
|
| HD | ctl.c | 57 CTL_MSG msg;
|
| HD | get_names.c | 40 extern CTL_MSG msg;
|
| /dragonfly/include/protocols/ |
| HD | talkd.h | 81 } CTL_MSG; typedef
|