DragonflyBSD
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
209
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/bootpgw/bootpgw.c
179
assert(sizeof(struct bootp) == BP_MINPKTSZ);
libexec/bootpd/readfile.c
1109
if (hp->msg_size < BP_MINPKTSZ ||
libexec/bootpd/tools/bootptest/bootptest.c
162
assert(sizeof(struct bootp) == BP_MINPKTSZ);