Searched refs:CTL_RESPONSE (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | look_up.c | 48 static int look_for_invite(CTL_RESPONSE *); 49 static CTL_RESPONSE swapresponse(); 57 CTL_RESPONSE response; in check_local() 109 CTL_RESPONSE *response; in look_for_invite() 145 static CTL_RESPONSE 147 CTL_RESPONSE rsp; in swapresponse() 152 bcopy(&rsp, &swaprsp, sizeof (CTL_RESPONSE)); 176 static CTL_RESPONSE 178 CTL_RESPONSE rsp; in swapresponse()
|
H A D | ctl_transact.c | 58 CTL_RESPONSE *response; 125 sizeof (CTL_RESPONSE), 0, &junk, &junk_size);
|
H A D | invite.c | 77 CTL_RESPONSE response; in invite_remote() 149 CTL_RESPONSE response; in announce_invite()
|
H A D | ctl.h | 74 typedef struct ctl_response CTL_RESPONSE; typedef
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | talkd_impl.h | 45 extern void print_response(CTL_RESPONSE *response); 47 extern void process_request(CTL_MSG *request, CTL_RESPONSE *response); 50 extern void insert_table(CTL_MSG *request, CTL_RESPONSE *response);
|
H A D | process.c | 65 static void do_announce(CTL_MSG *request, CTL_RESPONSE *response); 69 process_request(CTL_MSG *request, CTL_RESPONSE *response) in process_request() 134 do_announce(CTL_MSG *request, CTL_RESPONSE *response) in do_announce()
|
H A D | print.c | 57 print_response(CTL_RESPONSE *response) in print_response()
|
H A D | ctl.h | 90 typedef struct ctl_response CTL_RESPONSE; typedef
|
H A D | in.talkd.c | 59 static CTL_RESPONSE response;
|
H A D | table.c | 184 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | ntp.h | 478 #define CTL_RESPONSE 0x80 macro
|
H A D | snoop_ntp.c | 252 getflag(ntpc->r_m_e_op, CTL_RESPONSE, "response", in interpret_ntp()
|