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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpfdesc.h95 caddr_t bd_hbuf; /* hold slot */ member in struct:bpf_d
H A Dbpf.c677 (d)->bd_hbuf = (d)->bd_sbuf; \
715 while (d->bd_hbuf == 0) {
760 if (d->bd_hbuf)
785 error = UIOMOVE(d->bd_hbuf, d->bd_hlen, UIO_READ, uio);
787 d->bd_fbuf = d->bd_hbuf;
788 d->bd_hbuf = NULL;
903 if (d->bd_hbuf) {
905 d->bd_fbuf = d->bd_hbuf;
906 d->bd_hbuf = NULL;
964 if (d->bd_hbuf)
[all...]

Completed in 22 milliseconds