Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dbootp.h42 #define BOOTP_VENDSIZE 312 macro
44 #define BOOTP_VENDSIZE 64 macro
46 unsigned char bp_vend[BOOTP_VENDSIZE]; /* vendor-specific area */
H A Dbootp.c298 if (n == -1 || n < sizeof(struct bootp) - BOOTP_VENDSIZE) in bootprecv()