Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_log.c111 int tcp_log_privacy = TCP_LOG_PRIVACY_DEFAULT; variable
113 CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_log_privacy, 0, "");
205 if (tcp_log_privacy != 0) { in tcp_log_inp_addresses()
635 if (tcp_log_privacy != 0) { in tcp_log_pkt_addresses()
655 if (tcp_log_privacy != 0) { in tcp_log_pkt_addresses()
H A Dtcp_log.h56 extern int tcp_log_privacy;
H A Dtcp_subr.c619 tcp_log_privacy = 1; in tcp_init()