Searched refs:cfil_log_port (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/net/ |
| H A D | content_filter.c | 615 …((inp && ntohs(inp->inp_lport) == cfil_log_port) || (inp && ntohs(inp->inp_fport) == cfil_log_port… 616 check_port(local, cfil_log_port) || check_port(remote, cfil_log_port)) 620 …((cfil_log_port && MATCH_PORT(inp, local, remote)) || (cfil_log_pid && MATCH_PID(so)) || (cfil_log… 687 int cfil_log_port = 0; variable 708 &cfil_log_port, 0, ""); 2878 CFIL_LOG(LOG_INFO, "CFIL: TCP (dir %d) - debug flow with port %d", dir, cfil_log_port); in cfil_sock_attach() 5923 CFIL_LOG(LOG_INFO, "CFIL: UDP (outgoing %d) - debug flow with port %d", outgoing, cfil_log_port); in cfil_sock_udp_get_info()
|