Searched refs:cfil_log_port (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | content_filter.c | 612 …((inp && ntohs(inp->inp_lport) == cfil_log_port) || (inp && ntohs(inp->inp_fport) == cfil_log_port… 613 check_port(local, cfil_log_port) || check_port(remote, cfil_log_port)) 617 …((cfil_log_port && MATCH_PORT(inp, local, remote)) || (cfil_log_pid && MATCH_PID(so)) || (cfil_log… 684 int cfil_log_port = 0; variable 705 &cfil_log_port, 0, ""); 2831 CFIL_LOG(LOG_INFO, "CFIL: TCP (dir %d) - debug flow with port %d", dir, cfil_log_port); in cfil_sock_attach() 5996 …utgoing %d) - debug flow with port %d", (uint64_t)VM_KERNEL_ADDRPERM(so), outgoing, cfil_log_port); in cfil_sock_udp_get_info()
|