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

/macosx-10.10.1/Libc-1044.1.2/include/protocols/
H A Dtalkd.h97 unsigned int id_num; /* message id */ member in struct:__anon2755
99 unsigned long id_num; /* message id */ member in struct:__anon2755
124 unsigned int id_num; /* message id */ member in struct:__anon2756
126 unsigned long id_num; /* message id */ member in struct:__anon2756
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dir_pvt.h109 long id_num; member in struct:IR_info_n_t
H A Direpgen.c355 field_num = attr_field_p->ir_info->id_num;
362 field_p->ir_info->id_num = field_num;
372 return lookup_p->ir_info->id_num;
469 field_p->ir_info->id_num = *field_num_p;
/macosx-10.10.1/remote_cmds-47/talk.tproj/
H A Dinvite.c90 msg.id_num = htonl(-1); /* an impossible id_num */
117 msg.id_num = htonl(local_id);
119 msg.id_num = htonl(remote_id);
138 msg.id_num = htonl(remote_id + 1);
166 remote_id = response.id_num;
175 local_id = response.id_num;
190 msg.id_num = htonl(remote_id);
196 msg.id_num = htonl(local_id);
H A Dctl_transact.c123 rp->id_num = ntohl(rp->id_num);
H A Dlook_up.c120 msg.id_num = htonl(rp->id_num);
H A Dget_names.c119 msg.id_num = htonl(0);
/macosx-10.10.1/remote_cmds-47/talkd.tproj/
H A Dprocess.c78 rp->id_num = htonl(0);
84 mp->id_num = ntohl(mp->id_num);
117 rp->id_num = htonl(ptr->id_num);
126 rp->id_num = htonl(ptr->id_num);
135 rp->answer = delete_invite(mp->id_num);
172 if (mp->id_num > ptr->id_num) {
[all...]
H A Dtable.c169 request->id_num = new_id();
170 response->id_num = htonl(request->id_num);
202 * Delete the invitation with id 'id_num'
205 delete_invite(u_int32_t id_num) argument
211 syslog(LOG_DEBUG, "delete_invite(%d)", id_num);
213 if (ptr->request.id_num == id_num)
H A Dprint.c76 cp, tp, (long)mp->id_num, mp->l_name, mp->r_name, mp->r_tty);
95 syslog(LOG_DEBUG, "%s: %s: %s, id %d", cp, tp, ap, ntohl(rp->id_num));
/macosx-10.10.1/ruby-106/ruby/ext/tk/tkutil/
H A Dtkutil.c169 volatile VALUE id_num; local
171 id_num = ULONG2NUM(CALLBACK_ID_NUM++);
172 id_num = rb_funcall(id_num, ID_to_s, 0, 0);
173 id_num = rb_str_append(rb_str_new2(cmd_id_prefix), id_num);
174 rb_hash_aset(CALLBACK_TABLE, id_num, cmd);
175 return rb_str_append(rb_str_new2(cmd_id_head), id_num);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkConnection.c3022 CFNumberRef id_num = CFDictionaryGetValue(connectionPrivate->on_demand_info, kSCPropNetDNSServiceIdentifier); local
3024 if (isA_CFNumber(id_num)) {
3025 CFNumberGetValue(id_num, kCFNumberIntType, &service_identifier);

Completed in 296 milliseconds