Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/talk/
H A Dlook_up.c151 struct ctl_response_runrise swaprsp; local
154 bcopy(&rsp, &swaprsp, sizeof (CTL_RESPONSE));
155 if (swaprsp.addr.sin_family == AF_INET) {
156 rsp.addr = swaprsp.addr;
157 rsp.type = swaprsp.type;
158 rsp.answer = swaprsp.answer;
159 rsp.id_num = swaprsp.id_num;
182 struct ctl_response_sun3 swaprsp; local
185 bcopy(&rsp, &swaprsp, sizeof (struct ctl_response_sun3));
186 if (swaprsp.sin_family == AF_INET) {
[all …]