Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootp.h38 #define BP_MINPKTSZ 300 /* to check sizeof(struct bootp) */ macro
H A Dbootpd.c201 assert(sizeof(struct bootp) == BP_MINPKTSZ); in main()
H A Dreadfile.c1099 if (hp->msg_size < BP_MINPKTSZ || in eval_symbol()
/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c160 assert(sizeof(struct bootp) == BP_MINPKTSZ); in main()
/freebsd/libexec/bootpd/bootpgw/
H A Dbootpgw.c170 assert(sizeof(struct bootp) == BP_MINPKTSZ); in main()