Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/netinet/
H A Dudp_log.c81 uint32_t udp_log_remote_port_excluded = 0; variable
83 &udp_log_remote_port_excluded, 0, "");
186 (udp_log_remote_port_excluded > 0 && udp_log_remote_port_excluded <= IPPORT_HILASTAUTO)) { in udp_log_port_allowed()
188 ntohs(inp->inp_fport) == udp_log_remote_port_excluded) { in udp_log_port_allowed()