Searched refs:CTL_RESPONSE (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/talk/ |
H A D | look_up.c | 50 static int look_for_invite(CTL_RESPONSE *); 51 static CTL_RESPONSE swapresponse(); 59 CTL_RESPONSE response; in check_local() 111 CTL_RESPONSE *response; in look_for_invite() 147 static CTL_RESPONSE 149 CTL_RESPONSE rsp; in swapresponse() 154 bcopy(&rsp, &swaprsp, sizeof (CTL_RESPONSE)); 178 static CTL_RESPONSE 180 CTL_RESPONSE rsp; in swapresponse()
|
H A D | ctl_transact.c | 60 CTL_RESPONSE *response; 127 sizeof (CTL_RESPONSE), 0, &junk, &junk_size);
|
H A D | invite.c | 76 CTL_RESPONSE response; in invite_remote() 148 CTL_RESPONSE response; in announce_invite()
|
H A D | ctl.h | 76 typedef struct ctl_response CTL_RESPONSE; typedef
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/ |
H A D | talkd_impl.h | 47 extern void print_response(CTL_RESPONSE *response); 49 extern void process_request(CTL_MSG *request, CTL_RESPONSE *response); 52 extern void insert_table(CTL_MSG *request, CTL_RESPONSE *response);
|
H A D | process.c | 68 static void do_announce(CTL_MSG *request, CTL_RESPONSE *response); 72 process_request(CTL_MSG *request, CTL_RESPONSE *response) in process_request() 137 do_announce(CTL_MSG *request, CTL_RESPONSE *response) in do_announce()
|
H A D | print.c | 59 print_response(CTL_RESPONSE *response) in print_response()
|
H A D | ctl.h | 92 typedef struct ctl_response CTL_RESPONSE; typedef
|
H A D | in.talkd.c | 61 static CTL_RESPONSE response;
|
H A D | table.c | 187 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | ntp.h | 480 #define CTL_RESPONSE 0x80 macro
|
H A D | snoop_ntp.c | 254 getflag(ntpc->r_m_e_op, CTL_RESPONSE, "response", in interpret_ntp()
|