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

/freebsd-12-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.c1278 * This request must lie within the first BP_VEND_LEN
1287 ep = p + BP_VEND_LEN - 4;
/freebsd-12-stable/libexec/bootpd/tools/bootptest/
H A Dbootptest.c360 n = BUFLEN - sizeof(*bp) + BP_VEND_LEN;
368 if (n > BP_VEND_LEN) {
370 BP_VEND_LEN);
371 snaplen += (n - BP_VEND_LEN);

Completed in 120 milliseconds