Home
last modified time | relevance | path

Searched refs:port_index (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/libsyscall/mach/
H A Dport_descriptions.c40 int port_index = (int)port; in mach_host_special_port_description() local
42 if (port_index < 0 || port_index > HOST_MAX_SPECIAL_PORT) { in mach_host_special_port_description()
83 return hsp_descs[port_index]; in mach_host_special_port_description()
89 int port_index = (int)port; in mach_task_special_port_description() local
91 if (port_index < 0 || port_index > TASK_MAX_SPECIAL_PORT) { in mach_task_special_port_description()
109 return tsp_descs[port_index]; in mach_task_special_port_description()
115 int port_index = (int)port; in mach_thread_special_port_description() local
117 if (port_index < 0 || port_index > THREAD_MAX_SPECIAL_PORT) { in mach_thread_special_port_description()
129 return tsp_descs[port_index]; in mach_thread_special_port_description()
/xnu-11215.1.10/bsd/net/
H A Dif_bond.c1543 uint32_t port_index; in bond_get_port_ifp() local
1553 port_index = hash % ifb->ifb_distributing_count; in bond_get_port_ifp()
1554 port_ifp = ifb->ifb_distributing_array[port_index]->po_ifp; in bond_get_port_ifp()