Searched refs:msg_type (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.121.2/tools/tests/MPMMTest/ |
| H A D | KQMPMMtest.c | 76 int msg_type; variable 133 msg_type = msg_type_trivial; in parse_args() 171 msg_type = msg_type_trivial; in parse_args() 173 msg_type = msg_type_inline; in parse_args() 175 msg_type = msg_type_complex; in parse_args() 304 switch (msg_type) { in setup_client_ports() 330 num_msgs, (msg_type == msg_type_inline) ? in setup_client_ports() 331 "inline" : ((msg_type == msg_type_complex) ? in setup_client_ports() 648 if (msg_type == msg_type_complex) { in client()
|
| H A D | MPMMtest.c | 79 int msg_type; variable 163 msg_type = msg_type_trivial; in parse_args() 204 msg_type = msg_type_trivial; in parse_args() 206 msg_type = msg_type_inline; in parse_args() 208 msg_type = msg_type_complex; in parse_args() 424 switch (msg_type) { in setup_client_ports() 450 num_msgs, (msg_type == msg_type_inline) ? in setup_client_ports() 451 "inline" : ((msg_type == msg_type_complex) ? in setup_client_ports() 750 if (msg_type == msg_type_complex) { in client()
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | sysv_msg.c | 275 msghdrs[i].msg_type = 0; in msginit() 984 msghdr->msg_type = CAST_DOWN(long, msgtype); in msgsnd_nocancel() 990 msghdr->msg_type = msg_type32; in msgsnd_nocancel() 1009 if (msghdr->msg_type < 1) { in msgsnd_nocancel() 1014 printf("mtype (%ld) < 1\n", msghdr->msg_type); in msgsnd_nocancel() 1254 if (msgtyp == msghdr->msg_type || in msgrcv_nocancel() 1255 msghdr->msg_type <= -msgtyp) { in msgrcv_nocancel() 1258 msghdr->msg_type, msgtyp); in msgrcv_nocancel() 1407 msgtype = msghdr->msg_type; in msgrcv_nocancel() 1413 msg_type32 = msghdr->msg_type; in msgrcv_nocancel()
|
| /xnu-8796.121.2/bsd/sys/ |
| H A D | msg.h | 262 long msg_type; /* type of this message */ member
|
| /xnu-8796.121.2/bsd/netkey/ |
| H A D | key.c | 3542 u_int8_t msg_type, in key_setdumpsp() argument 3548 m = key_setsadbmsg(msg_type, 0, SADB_SATYPE_UNSPEC, seq, pid, (u_int16_t)sp->refcnt); in key_setdumpsp()
|