Searched refs:nport (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/conf/
H A Dparam.c102 int nport = NPROC / 2; variable
/xnu-2422.115.4/osfmk/kern/
H A Dipc_tt.c123 ipc_port_t nport; local
138 nport = ipc_port_alloc_kernel();
139 if (nport == IP_NULL)
144 task->itk_nself = nport;
229 ipc_port_t nport; local
235 nport = task->itk_nself;
236 if (nport != IP_NULL)
237 ipc_kobject_set(nport, (ipc_kobject_t) task, IKOT_TASK_NAME);
254 ipc_port_t nport; local
261 nport
298 ipc_port_t nport; local
[all...]
/xnu-2422.115.4/bsd/netinet/
H A Dip_divert.c224 u_int16_t nport; local
293 nport = htons((u_int16_t)port);
296 if (inp->inp_lport == nport)

Completed in 16 milliseconds