th0 68 kern/kern_tc.c extern struct timehands th0;
th0 69 kern/kern_tc.c static struct timehands th9 = { NULL, 0, 0, 0, {0, 0}, {0, 0}, {0, 0}, 0, &th0};
th0 78 kern/kern_tc.c static struct timehands th0 = {
th0 90 kern/kern_tc.c static struct timehands *volatile timehands = &th0;
th0 1123 netinet/tcp_subr.c struct tcphdr th0;
th0 1168 netinet/tcp_subr.c th0 = *th;
th0 1169 netinet/tcp_subr.c th0.th_sum = 0;
th0 1172 netinet/tcp_subr.c HTONL(th0.th_seq);
th0 1173 netinet/tcp_subr.c HTONL(th0.th_ack);
th0 1174 netinet/tcp_subr.c HTONS(th0.th_win);
th0 1175 netinet/tcp_subr.c HTONS(th0.th_urp);
th0 1177 netinet/tcp_subr.c MD5Update(&ctx, (char *)&th0, sizeof(th0));