Home | History | Annotate | Download | only in libpcap

Lines Matching refs:ts

1211 		hdr->ts.tv_sec = SWAPLONG(sf_hdr.ts.tv_sec);
1212 hdr->ts.tv_usec = SWAPLONG(sf_hdr.ts.tv_usec);
1216 hdr->ts.tv_sec = sf_hdr.ts.tv_sec;
1217 hdr->ts.tv_usec = sf_hdr.ts.tv_usec;
1371 sf_hdr.ts.tv_sec = h->ts.tv_sec;
1372 sf_hdr.ts.tv_usec = h->ts.tv_usec;