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

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

Completed in 113 milliseconds