Searched refs:BP_VEND_LEN (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h39 #define BP_VEND_LEN 64 macro
59 unsigned char bp_vend[BP_VEND_LEN]; /* vendor-specific area */
H A Dbootpd.c1271 * This request must lie within the first BP_VEND_LEN
1280 ep = p + BP_VEND_LEN - 4;
/freebsd-11-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c363 n = BUFLEN - sizeof(*bp) + BP_VEND_LEN;
371 if (n > BP_VEND_LEN) {
373 BP_VEND_LEN);
374 snaplen += (n - BP_VEND_LEN);

Completed in 102 milliseconds