Searched refs:BPFLEN (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sbin/dhcpleased/
H A Dbpf.h43 #define BPFLEN 2048 macro
H A Dbpf.c141 sz = BPFLEN;
145 if (sz != BPFLEN)
146 fatal("BIOCSBLEN, expected %u, got %u", BPFLEN, sz);
H A Dfrontend.c64 uint8_t buf[BPFLEN];
860 if ((len = read(fd, iface->bpfev.buf, BPFLEN)) == -1) {

Completed in 185 milliseconds