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

/freebsd-current/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 *m
[all...]
H A Dtable.c62 CTL_MSG request;
76 CTL_MSG *
77 find_match(CTL_MSG *request)
103 return ((CTL_MSG *)0);
110 CTL_MSG *
111 find_request(CTL_MSG *request)
145 return ((CTL_MSG *)0);
149 insert_table(CTL_MSG *request, CTL_RESPONSE *response)
H A Dprocess.c57 process_request(CTL_MSG *mp, CTL_RESPONSE *rp)
59 CTL_MSG *ptr;
102 if (ptr != (CTL_MSG *)0) {
111 if (ptr != (CTL_MSG *)0) {
133 do_announce(CTL_MSG *mp, CTL_RESPONSE *rp)
136 CTL_MSG *ptr;
153 if (ptr == (CTL_MSG *) 0) {
H A Dtalkd.c56 static CTL_MSG request;
70 register CTL_MSG *mp = &request;
H A Dprint.c52 print_request(const char *cp, CTL_MSG *mp)
H A Dannounce.c62 announce(CTL_MSG *request, const char *remote_machine)
85 print_mesg(const char *tty, CTL_MSG *request,
/freebsd-current/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 Dget_names.c44 extern CTL_MSG msg;
H A Dctl_transact.c50 ctl_transact(struct in_addr target, CTL_MSG lmsg, int type, CTL_RESPONSE *rp)
H A Dctl.c62 CTL_MSG msg;
/freebsd-current/include/protocols/
H A Dtalkd.h41 * initiates a rendezvous by sending a CTL_MSG to the server of
79 } CTL_MSG; typedef in typeref:struct:__anon54

Completed in 147 milliseconds