Home
last modified time | relevance | path

Searched refs:tcpiphdr (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/netinet/
H A Dtcp_debug.c134 struct tcpiphdr *ti; in tcp_trace()
140 ti = (struct tcpiphdr *)headers; in tcp_trace()
156 bzero(&td->td_ti, sizeof(struct tcpiphdr)); in tcp_trace()
H A Dtcp_debug.h41 struct tcpiphdr { struct
85 struct tcpiphdr td_ti;
H A Dtcp_input.c371 struct tcpiphdr tcpip; in tcp_input()
/openbsd-src/usr.sbin/trpt/
H A Dtrpt.c119 void tcp_trace(short, short, struct tcpcb *, struct tcpiphdr *,
307 struct tcpiphdr *ti, struct tcpipv6hdr *ti6, int req) in tcp_trace()