Searched refs:id_num (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.3-release/include/protocols/
H A Dtalkd.h63 u_int32_t id_num; /* message id */ member in struct:__anon5704
82 u_int32_t id_num; /* message id */ member in struct:__anon5705
/freebsd-10.3-release/usr.bin/talk/
H A Dinvite.c85 msg.id_num = htonl(-1); /* an impossible id_num */
112 msg.id_num = htonl(local_id);
114 msg.id_num = htonl(remote_id);
132 msg.id_num = htonl(remote_id + 1);
160 remote_id = response.id_num;
169 local_id = response.id_num;
184 msg.id_num = htonl(remote_id);
190 msg.id_num = htonl(local_id);
H A Dctl_transact.c109 rp->id_num = ntohl(rp->id_num);
H A Dlook_up.c114 msg.id_num = htonl(rp->id_num);
H A Dget_names.c111 msg.id_num = htonl(0);
/freebsd-10.3-release/libexec/talkd/
H A Dprocess.c70 rp->id_num = htonl(0);
76 mp->id_num = ntohl(mp->id_num);
109 rp->id_num = htonl(ptr->id_num);
118 rp->id_num = htonl(ptr->id_num);
127 rp->answer = delete_invite(mp->id_num);
164 if (mp->id_num > ptr->id_num) {
[all...]
H A Dtable.c160 request->id_num = new_id();
161 response->id_num = htonl(request->id_num);
193 * Delete the invitation with id 'id_num'
196 delete_invite(u_int32_t id_num) argument
202 syslog(LOG_DEBUG, "delete_invite(%d)", id_num);
204 if (ptr->request.id_num == id_num)
H A Dprint.c69 cp, tp, (long)mp->id_num, mp->l_name, mp->r_name, mp->r_tty);
88 syslog(LOG_DEBUG, "%s: %s: %s, id %d", cp, tp, ap, ntohl(rp->id_num));

Completed in 92 milliseconds