HomeSort by: relevance | last modified time | path
    Searched refs:BP_VEND_LEN (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/bootp/common/
bootp.h 39 #define BP_VEND_LEN 64
57 unsigned char bp_vend[BP_VEND_LEN]; /* vendor-specific area */
  /src/usr.sbin/bootp/bootptest/
bootptest.c 356 n = BUFLEN - sizeof(*bp) + BP_VEND_LEN;
364 if (n > BP_VEND_LEN) {
366 BP_VEND_LEN);
367 snaplen += (n - BP_VEND_LEN);
  /src/sys/nfs/
nfs_bootdhcp.c 110 #define BP_VEND_LEN 64
126 u_int8_t bp_vend[BP_VEND_LEN]; /* RFC1048 options */
  /src/usr.sbin/bootp/bootpd/
bootpd.c 1246 * This request must lie within the first BP_VEND_LEN
1255 ep = p + BP_VEND_LEN - 4;

Completed in 41 milliseconds