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

  /src/sys/lib/libsa/
bootp.h 40 #define BOOTP_VENDSIZE 312
42 #define BOOTP_VENDSIZE 64
44 unsigned char bp_vend[BOOTP_VENDSIZE]; /* vendor-specific area */
bootp.c 314 if (n == -1 || (size_t)n < sizeof(struct bootp) - BOOTP_VENDSIZE)

Completed in 13 milliseconds