Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootp.h37 #define BP_VEND_LEN 64 macro
57 unsigned char bp_vend[BP_VEND_LEN]; /* vendor-specific area */
H A Dbootpd.c1256 ep = p + BP_VEND_LEN - 4; in dovend_rfc1048()
/freebsd/libexec/bootpd/tools/bootptest/
H A Dbootptest.c356 n = BUFLEN - sizeof(*bp) + BP_VEND_LEN; in main()
364 if (n > BP_VEND_LEN) { in main()
366 BP_VEND_LEN); in main()
367 snaplen += (n - BP_VEND_LEN); in main()