Home
last modified time | relevance | path

Searched refs:BpfLen (Results 1 – 1 of 1) sorted by relevance

/freebsd/libexec/rbootd/
H A Dbpf.c63 static unsigned BpfLen = 0; variable
149 if (ioctl(BpfFd, BIOCGBLEN, (caddr_t)&BpfLen) < 0) { in BpfOpen()
154 BpfPkt = (u_int8_t *)malloc(BpfLen); in BpfOpen()
158 BpfLen); in BpfOpen()
300 if ((cc = read(BpfFd, (char *)BpfPkt, (int)BpfLen)) < 0) { in BpfRead()