Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dtcp_debug.c135 struct tcpipv6hdr *ti6; in tcp_trace()
141 ti6 = (struct tcpipv6hdr *)headers; in tcp_trace()
155 bzero(&td->td_ti6, sizeof(struct tcpipv6hdr)); in tcp_trace()
H A Dtcp_debug.h61 struct tcpipv6hdr { struct
86 struct tcpipv6hdr td_ti6; argument
H A Dtcp_input.c373 struct tcpipv6hdr tcpip6; in tcp_input()
/openbsd/usr.sbin/trpt/
H A Dtrpt.c120 struct tcpipv6hdr *, int);
307 struct tcpiphdr *ti, struct tcpipv6hdr *ti6, int req) in tcp_trace()