Searched refs:CTL_MSG (Results 1 – 12 of 12) sorted by relevance
| /freebsd/libexec/talkd/ |
| H A D | extern.h | 31 int announce(CTL_MSG *, const char *); 33 void do_announce(CTL_MSG *, CTL_RESPONSE *); 34 CTL_MSG *find_match(CTL_MSG *request); 35 CTL_MSG *find_request(CTL_MSG *request); 37 void insert_table(CTL_MSG *, CTL_RESPONSE *); 39 int print_mesg(const char *, CTL_MSG *, const char *); 40 void print_request(const char *, CTL_MSG *); 42 void process_request(CTL_MSG *mp, CTL_RESPONSE *rp);
|
| H A D | table.c | 62 CTL_MSG request; 76 CTL_MSG * 77 find_match(CTL_MSG *request) in find_match() 103 return ((CTL_MSG *)0); in find_match() 110 CTL_MSG * 111 find_request(CTL_MSG *request) in find_request() 145 return ((CTL_MSG *)0); in find_request() 149 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table()
|
| H A D | process.c | 57 process_request(CTL_MSG *mp, CTL_RESPONSE *rp) in process_request() 59 CTL_MSG *ptr; in process_request() 102 if (ptr != (CTL_MSG *)0) { in process_request() 111 if (ptr != (CTL_MSG *)0) { in process_request() 133 do_announce(CTL_MSG *mp, CTL_RESPONSE *rp) in do_announce() 136 CTL_MSG *ptr; in do_announce() 153 if (ptr == (CTL_MSG *) 0) { in do_announce()
|
| H A D | talkd.c | 56 static CTL_MSG request; 70 register CTL_MSG *mp = &request; in main()
|
| H A D | announce.c | 63 announce(CTL_MSG *request, const char *remote_machine) in announce() 86 print_mesg(const char *tty, CTL_MSG *request, in print_mesg()
|
| H A D | print.c | 52 print_request(const char *cp, CTL_MSG *mp) in print_request()
|
| /freebsd/usr.bin/talk/ |
| H A D | talk_ctl.h | 39 extern CTL_MSG msg;
|
| H A D | talk.h | 68 extern void ctl_transact(struct in_addr,CTL_MSG,int,CTL_RESPONSE *);
|
| H A D | ctl_transact.c | 50 ctl_transact(struct in_addr target, CTL_MSG lmsg, int type, CTL_RESPONSE *rp) in ctl_transact()
|
| H A D | get_names.c | 44 extern CTL_MSG msg;
|
| H A D | ctl.c | 62 CTL_MSG msg;
|
| /freebsd/include/protocols/ |
| H A D | talkd.h | 79 } CTL_MSG; typedef
|