Home
last modified time | relevance | path

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

/freebsd/libexec/bootpd/
H A Dbootp.h40 #define BP_MSG_OVERHEAD (14 + 20 + 8) /* Ethernet + IP + UDP headers */ macro
H A Dbootpd.c1280 if (msgsz > sizeof(*bp) + BP_MSG_OVERHEAD) { in dovend_rfc1048()
1283 pktlen = msgsz - BP_MSG_OVERHEAD; in dovend_rfc1048()