Searched refs:line_no (Results 1 – 3 of 3) sorted by relevance
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | tcp_log.h | 93 extern void tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp); 94 extern void tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, struct rtentry *rt… 95 extern void tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, int old_srtt, … 96 extern void tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, int32_t idle_ti… 97 extern void tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *forma… 98 extern void tcp_log_fsw_flow(const char *func_name, int line_no, struct tcpcb *tp, const char *form… 100 extern void tcp_log_output(const char *func_name, int line_no, struct tcpcb *tp, const char *format…
|
| H A D | tcp_log.c | 223 tcp_log_rtt_info(const char *func_name, int line_no, struct tcpcb *tp) in tcp_log_rtt_info() argument 247 func_name, line_no, in tcp_log_rtt_info() 256 tcp_log_rt_rtt(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rt_rtt() argument 284 func_name, line_no, in tcp_log_rt_rtt() 293 tcp_log_rtt_change(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_rtt_change() argument 326 func_name, line_no, in tcp_log_rtt_change() 337 tcp_log_keepalive(const char *func_name, int line_no, struct tcpcb *tp, in tcp_log_keepalive() argument 364 func_name, line_no, in tcp_log_keepalive() 979 tcp_log_message(const char *func_name, int line_no, struct tcpcb *tp, const char *format, ...) in tcp_log_message() argument 1022 func_name, line_no, \ in tcp_log_message() [all …]
|
| /xnu-10002.41.9/san/memory/ |
| H A D | kasan-classic.c | 131 int line_no; member
|