Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_log.h179 #define TCP_LOG_TH_FLAGS(hdr, th, tp, outgoing, ifp) \ macro
H A Dtcp_output.c2934 TCP_LOG_TH_FLAGS(isipv6 ? (void *)ip6 : (void *)ip, th, tp, true, in tcp_output()
H A Dtcp_input.c2754 TCP_LOG_TH_FLAGS(TCP_LOG_HDR, th, tp, false, ifp); in tcp_input()