Home | History | Annotate | Download | only in libpcap

Lines Matching refs:sbp

133 	struct sb_hdr *sbp;
166 sbp = &sbhdr;
167 memcpy(sbp, bufp, sizeof(*sbp));
170 sbp = (struct sb_hdr *)bufp;
171 pd->stat.ps_drop = sbp->sbh_drops;
172 pk = bufp + sizeof(*sbp);
173 bufp += sbp->sbh_totlen;
174 origlen = sbp->sbh_origlen;
175 caplen = sbp->sbh_msglen;
185 pkthdr.ts.tv_sec = sbp->sbh_timestamp.tv_sec;
186 pkthdr.ts.tv_usec = sbp->sbh_timestamp.tv_usec;