Home
last modified time | relevance | path

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

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