Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dinp_log.c41 int inp_log_privacy = INP_LOG_PRIVACY_DEFAULT; variable
43 CTLFLAG_RW | CTLFLAG_LOCKED, &inp_log_privacy, 0, "");
53 if (inp_log_privacy != 0) { in inp_log_addresses()
H A Dinp_log.h36 extern int inp_log_privacy;
H A Dtcp_log.c184 if (inp_log_privacy != 0) { in tcp_log_inp_addresses()
709 if (inp_log_privacy != 0) { in tcp_log_pkt_addresses()
729 if (inp_log_privacy != 0) { in tcp_log_pkt_addresses()
H A Din_pcb.c343 inp_log_privacy = 1; in in_pcbinit()