Searched refs:BP_MINPKTSZ (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/libexec/bootpd/
H A Dbootp.h40 #define BP_MINPKTSZ 300 /* to check sizeof(struct bootp) */ macro
H A Dbootpd.c216 assert(sizeof(struct bootp) == BP_MINPKTSZ);
H A Dreadfile.c1124 if (hp->msg_size < BP_MINPKTSZ ||
/freebsd-12-stable/libexec/bootpd/bootpgw/
H A Dbootpgw.c185 assert(sizeof(struct bootp) == BP_MINPKTSZ);
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c164 assert(sizeof(struct bootp) == BP_MINPKTSZ);

Completed in 307 milliseconds