Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dlook_up.c48 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 Dctl_transact.c58 CTL_RESPONSE *response;
125 sizeof (CTL_RESPONSE), 0, &junk, &junk_size);
H A Dinvite.c77 CTL_RESPONSE response; in invite_remote()
149 CTL_RESPONSE response; in announce_invite()
H A Dctl.h74 typedef struct ctl_response CTL_RESPONSE; typedef
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.talkd/
H A Dtalkd_impl.h45 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 Dprocess.c65 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 Dprint.c57 print_response(CTL_RESPONSE *response) in print_response()
H A Dctl.h90 typedef struct ctl_response CTL_RESPONSE; typedef
H A Din.talkd.c59 static CTL_RESPONSE response;
H A Dtable.c184 insert_table(CTL_MSG *request, CTL_RESPONSE *response) in insert_table()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h478 #define CTL_RESPONSE 0x80 macro
H A Dsnoop_ntp.c252 getflag(ntpc->r_m_e_op, CTL_RESPONSE, "response", in interpret_ntp()