Searched refs:TCP_LOG_DROP_PKT (Results 1 – 2 of 2) sorted by relevance
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | tcp_log.h | 227 #define TCP_LOG_DROP_PKT(hdr, th, ifp, reason) \ macro
|
| H A D | tcp_input.c | 2110 TCP_LOG_DROP_PKT(ip6, th, ifp, "IPv6 bad tcp checksum"); in tcp_input() 2129 TCP_LOG_DROP_PKT(ip6, th, ifp, "src IPv6 address unspecified"); in tcp_input() 2162 TCP_LOG_DROP_PKT(ip, th, ifp, "IPv4 bad tcp checksum"); in tcp_input() 2189 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "bad tcp offset"); in tcp_input() 2239 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "drop SYN FIN"); in tcp_input() 2366 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole 1 syn for closed port"); in tcp_input() 2371 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole 2 closed port"); in tcp_input() 2374 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "blackhole closed port"); in tcp_input() 2381 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "link heuristics"); in tcp_input() 2386 TCP_LOG_DROP_PKT(TCP_LOG_HDR, th, ifp, "closed port"); in tcp_input() [all …]
|