Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet/
H A Dudp_log.c74 int udp_log_bind_anon_port = 0; variable
76 CTLFLAG_RW | CTLFLAG_LOCKED, &udp_log_bind_anon_port, 0, "");
270 if (udp_log_bind_anon_port == 0 && (inp->inp_flags & INP_ANONPORT) != 0) { in udp_log_bind()