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

/darwin-on-arm/xnu/bsd/conf/
H A Dparam.c102 int nport = NPROC / 2; variable
/darwin-on-arm/xnu/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;
228 ipc_port_t nport; local
234 nport = task->itk_nself;
235 if (nport != IP_NULL)
236 ipc_kobject_set(nport, (ipc_kobject_t) task, IKOT_TASK_NAME);
253 ipc_port_t nport; local
259 nport
279 ipc_port_t nport; local
[all...]
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_divert.c211 u_int16_t nport; local
281 nport = htons((u_int16_t)port);
284 if (inp->inp_lport == nport)

Completed in 30 milliseconds