Lines Matching refs:sbp
156 struct sb_hdr *sbp;
194 sbp = &sbhdr;
195 memcpy(sbp, bufp, sizeof(*sbp));
198 sbp = (struct sb_hdr *)bufp;
199 pd->stat.ps_drop = sbp->sbh_drops;
200 pk = bufp + sizeof(*sbp);
201 bufp += sbp->sbh_totlen;
202 origlen = sbp->sbh_origlen;
203 caplen = sbp->sbh_msglen;
213 pkthdr.ts.tv_sec = sbp->sbh_timestamp.tv_sec;
214 pkthdr.ts.tv_usec = sbp->sbh_timestamp.tv_usec;