Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dtcp_log.c101 int tcp_log_privacy = TCP_LOG_PRIVACY_DEFAULT; variable
103 CTLFLAG_RW | CTLFLAG_LOCKED, &tcp_log_privacy, 0, "");
197 if (tcp_log_privacy != 0) { in tcp_log_inp_addresses()
650 if (tcp_log_privacy != 0) { in tcp_log_pkt_addresses()
670 if (tcp_log_privacy != 0) { in tcp_log_pkt_addresses()
H A Dtcp_log.h56 extern int tcp_log_privacy;
H A Dtcp_subr.c617 tcp_log_privacy = 1; in tcp_init()