Searched refs:tp1 (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-report/
H A Dintegration_test.sh33 cp $(atf_get_srcdir)/pass_helper dir1/tp1
60 tp: tp1
256 tc, dir1/tp1, main, passed
257 tp, dir1/tp1, passed
283 dir1/tp1 (1/5): 1 test cases
332 <tp id="dir1/tp1">
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-tcp.c1037 struct tcphdr tp1; local
1053 tp1 = *tp;
1099 savecsum = tp1.th_sum;
1100 tp1.th_sum = 0;
1101 CC_MD5_Update(&ctx, (char *)&tp1, sizeof(struct tcphdr));
1102 tp1.th_sum = savecsum;

Completed in 127 milliseconds