Searched refs:BOOTP_VENDSIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/stand/libsa/
H A Dbootp.h44 #define BOOTP_VENDSIZE 312 macro
46 #define BOOTP_VENDSIZE 64 macro
48 unsigned char bp_vend[BOOTP_VENDSIZE]; /* vendor-specific area */
H A Dbootp.c303 if (n == -1 || n < sizeof(struct bootp) - BOOTP_VENDSIZE)

Completed in 113 milliseconds