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

/freebsd-11-stable/libexec/bootpd/
H A Dbootp.h42 #define BP_MSG_OVERHEAD (14 + 20 + 8) /* Ethernet + IP + UDP headers */ macro
H A Dbootpd.c1304 if (msgsz > sizeof(*bp) + BP_MSG_OVERHEAD) {
1307 pktlen = msgsz - BP_MSG_OVERHEAD;

Completed in 59 milliseconds