Home
last modified time | relevance | path

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

/freebsd/libexec/talkd/
H A Dextern.h31 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 Dtable.c62 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 Dprocess.c57 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 Dtalkd.c56 static CTL_MSG request;
70 register CTL_MSG *mp = &request; in main()
H A Dannounce.c63 announce(CTL_MSG *request, const char *remote_machine) in announce()
86 print_mesg(const char *tty, CTL_MSG *request, in print_mesg()
H A Dprint.c52 print_request(const char *cp, CTL_MSG *mp) in print_request()
/freebsd/usr.bin/talk/
H A Dtalk_ctl.h39 extern CTL_MSG msg;
H A Dtalk.h68 extern void ctl_transact(struct in_addr,CTL_MSG,int,CTL_RESPONSE *);
H A Dctl_transact.c50 ctl_transact(struct in_addr target, CTL_MSG lmsg, int type, CTL_RESPONSE *rp) in ctl_transact()
H A Dget_names.c44 extern CTL_MSG msg;
H A Dctl.c62 CTL_MSG msg;
/freebsd/include/protocols/
H A Dtalkd.h79 } CTL_MSG; typedef