Searched refs:port_flags (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | restricted_in_port.c | 398 port_flag_str(uint32_t port_flags) in port_flag_str() argument 400 switch (port_flags) { in port_flag_str() 421 current_task_can_use_restricted_in_port(in_port_t port, uint8_t protocol, uint32_t port_flags) in current_task_can_use_restricted_in_port() argument 434 ntohs(port), protocol, port_flag_str(port_flags), proc_best_name(p), pid); in current_task_can_use_restricted_in_port() 468 ntohs(port), protocol, port_flag_str(port_flags), proc_best_name(p), pid); in current_task_can_use_restricted_in_port() 480 ntohs(port), protocol, port_flag_str(port_flags)); in current_task_can_use_restricted_in_port() 486 … ntohs(port), protocol, port_flag_str(port_flags), proc_best_name(p), pid, rpe->rpe_entitlement); in current_task_can_use_restricted_in_port() 491 ntohs(port), protocol, port_flag_str(port_flags), proc_best_name(p), pid); in current_task_can_use_restricted_in_port() 496 ntohs(port), protocol, port_flag_str(port_flags), proc_best_name(p), pid); in current_task_can_use_restricted_in_port() 502 ntohs(port), protocol, port_flag_str(port_flags), proc_best_name(p), pid); in current_task_can_use_restricted_in_port()
|
| H A D | restricted_in_port.h | 56 …ool current_task_can_use_restricted_in_port(in_port_t port, uint8_t protocol, uint32_t port_flags);
|