Home
last modified time | relevance | path

Searched defs:NEED (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/libexec/bootpd/
H A Ddovend.c54 #define NEED(LEN, MSG) do \ in dovend_rfc1497() macro
H A Dbootpd.c1210 #define NEED(LEN, MSG) do \ macro
/dflybsd-src/sys/net/ipfw3/
H A Dip_fw3.h54 #define NEED(c, n, msg) {if (c < n) errx(EX_USAGE, msg);} macro