Home
last modified time | relevance | path

Searched refs:tcp_log_th_flags (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.1.13/bsd/netinet/
H A Dtcp_log.h88 extern void tcp_log_th_flags(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, struct …
183 tcp_log_th_flags((hdr), (th), (tp), (outgoing), (ifp))
H A Dtcp_log.c861 tcp_log_th_flags(void *hdr, struct tcphdr *th, struct tcpcb *tp, bool outgoing, struct ifnet *ifp) in tcp_log_th_flags() function