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

  /src/libexec/talkd/
process.c 75 rp->id_num = htonl(0);
76 mp->id_num = ntohl(mp->id_num);
108 rp->id_num = htonl(ptr->id_num);
117 rp->id_num = htonl(ptr->id_num);
126 rp->answer = delete_invite(mp->id_num);
164 if (mp->id_num > ptr->id_num) {
    [all...]
table.c 162 request->id_num = new_id();
163 response->id_num = htonl(request->id_num);
195 * Delete the invitation with id 'id_num'
198 delete_invite(uint32_t id_num)
203 syslog(LOG_DEBUG, "delete_invite(%"PRIu32")", id_num);
205 if (ptr->request.id_num == id_num)
print.c 85 cp, tp, mp->id_num, mp->l_name, mp->r_name, mp->r_tty);
105 cp, tp, ap, ntohl(rp->id_num));
  /src/usr.bin/talk/
invite.c 83 msg.id_num = htonl(-1); /* an impossible id_num */
110 msg.id_num = htonl(local_id);
112 msg.id_num = htonl(remote_id);
127 msg.id_num = htonl(remote_id + 1);
155 remote_id = response.id_num;
163 local_id = response.id_num;
178 msg.id_num = htonl(remote_id);
184 msg.id_num = htonl(local_id);
ctl_transact.c 106 rp->id_num = ntohl(rp->id_num);
look_up.c 112 msg.id_num = htonl(rp->id_num);
get_names.c 116 msg.id_num = htonl(0);
  /src/include/protocols/
talkd.h 73 uint32_t id_num; /* message id */ member in struct:__anon138a293a0108
92 uint32_t id_num; /* message id */ member in struct:__anon138a293a0208

Completed in 13 milliseconds