HomeSort by: relevance | last modified time | path
    Searched refs:CTL_RESPONSE (Results 1 - 10 of 10) sorted by relevancy

  /src/libexec/talkd/
extern.h 33 void print_response(const char *, CTL_RESPONSE *);
36 void process_request(CTL_MSG *, CTL_RESPONSE *);
37 void do_announce(CTL_MSG *, CTL_RESPONSE *);
43 void insert_table(CTL_MSG *, CTL_RESPONSE *);
print.c 89 print_response(const char *cp, CTL_RESPONSE *rp)
process.c 69 process_request(CTL_MSG *mp, CTL_RESPONSE *rp)
138 do_announce(CTL_MSG *mp, CTL_RESPONSE *rp)
talkd.c 71 CTL_RESPONSE response;
table.c 155 insert_table(CTL_MSG *request, CTL_RESPONSE *response)
  /src/usr.bin/talk/
talk.h 66 void ctl_transact(struct in_addr, CTL_MSG, int, CTL_RESPONSE *);
74 int look_for_invite(CTL_RESPONSE *);
look_up.c 51 CTL_RESPONSE response;
52 CTL_RESPONSE *rp = &response;
104 look_for_invite(CTL_RESPONSE *rp)
invite.c 69 CTL_RESPONSE response;
151 CTL_RESPONSE response;
ctl_transact.c 55 ctl_transact(struct in_addr target, CTL_MSG tmsg, int type, CTL_RESPONSE *rp)
  /src/include/protocols/
talkd.h 94 } CTL_RESPONSE;

Completed in 14 milliseconds