Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_subr.c605 struct tcphdr *th0, tcp_seq ack, tcp_seq seq, int flags) in tcp_respond() argument
683 KASSERT(th0 != NULL); in tcp_respond()
706 if ((flags & TH_SYN) == 0 || sizeof(*th0) > (th0->th_off << 2)) in tcp_respond()
707 tlen = sizeof(*th0); in tcp_respond()
709 tlen = th0->th_off << 2; in tcp_respond()
712 mtod(m, char *) + hlen == (char *)th0) { in tcp_respond()
738 m_copyback(n, hlen, tlen, (void *)th0); in tcp_respond()
H A Dtcp_input.c3023 struct tcphdr th0; in tcp_signature()
3062 th0 = *th; in tcp_signature()
3063 th0.th_sum = 0; in tcp_signature()
3064 MD5Update(&ctx, (char *)&th0, sizeof(th0)); in tcp_signature()
3014 struct tcphdr th0; tcp_signature() local
/netbsd-src/sys/kern/
H A Dkern_tc.c118 static struct timehands th0; variable
119 static struct timehands th9 = { .th_next = &th0, };
128 static struct timehands th0 = { variable
136 static struct timehands *volatile timehands = &th0;