Searched refs:TCP_LOG_DROP_PKT (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/bsd/netinet/ |
| H A D | tcp_log.h | 183 #define TCP_LOG_DROP_PKT(hdr, th, ifp, reason) \ macro
|
| H A D | tcp_input.c | 1964 TCP_LOG_DROP_PKT(ip6, th, ifp, "IPv6 bad tcp checksum"); in tcp_input() 1982 TCP_LOG_DROP_PKT(ip6, th, ifp, "src IPv6 address unspecified"); in tcp_input() 2014 TCP_LOG_DROP_PKT(ip, th, ifp, "IPv4 bad tcp checksum"); in tcp_input() 2040 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "bad tcp offset"); in tcp_input() 2089 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "drop SYN FIN"); in tcp_input() 2214 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole 1 syn for closed port"); in tcp_input() 2219 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole 2 closed port"); in tcp_input() 2222 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole closed port"); in tcp_input() 2228 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "closed port"); in tcp_input() 2242 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "inp_socket NULL"); in tcp_input() [all …]
|