FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
BP_MINPKTSZ
libexec/bootpd/bootpd.c
201
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/bootpgw/bootpgw.c
170
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/readfile.c
1099
if (hp->msg_size < BP_MINPKTSZ ||
libexec/bootpd/tools/bootptest/bootptest.c
160
assert(sizeof(struct bootp) == BP_MINPKTSZ);