Searched refs:NEED (Results 1 – 7 of 7) sorted by relevance
/freebsd/libexec/bootpd/ |
H A D | dovend.c | 43 #define NEED(LEN, MSG) do \ in dovend_rfc1497() macro 64 NEED(6, "to"); in dovend_rfc1497() 74 NEED(6, "sw"); in dovend_rfc1497() 87 NEED((len + 2), "rp"); in dovend_rfc1497() 100 NEED((len + 2), "df"); in dovend_rfc1497() 114 NEED(8, "ds"); in dovend_rfc1497() 122 NEED((len + 2), "dn"); in dovend_rfc1497() 136 NEED(8, "ys"); in dovend_rfc1497() 144 NEED((len + 2), "yn"); in dovend_rfc1497() 156 NEED(8, "ns"); in dovend_rfc1497() [all …]
|
H A D | bootpd.c | 1215 #define NEED(LEN, MSG) do \ macro 1336 NEED((len + 3), "ef"); in dovend_rfc1048() 1355 NEED(1, "(end)"); in dovend_rfc1048() 1367 #undef NEED
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | getrrsetbyname.c | 463 #define NEED(need) \ in parse_dns_qsection() macro 496 NEED(length); in parse_dns_qsection() 500 NEED(INT16SZ); in parse_dns_qsection() 505 NEED(INT16SZ); in parse_dns_qsection() 509 #undef NEED in parse_dns_qsection() 522 #define NEED(need) \ in parse_dns_rrsection() macro 556 NEED(length); in parse_dns_rrsection() 560 NEED(INT16SZ); in parse_dns_rrsection() 565 NEED(INT16SZ); in parse_dns_rrsection() 570 NEED(INT32SZ); in parse_dns_rrsection() [all …]
|
/freebsd/sbin/ipfw/ |
H A D | dummynet.c | 1413 NEED(fs, "noerror is only for pipes"); in ipfw_config_pipe() 1418 NEED(fs, "plr is only for pipes"); in ipfw_config_pipe() 1444 NEED(fs, "queue is only for pipes or flowsets"); in ipfw_config_pipe() 1459 NEED(fs, "buckets is only for pipes or flowsets"); in ipfw_config_pipe() 1468 NEED(mask, "tok_mask"); in ipfw_config_pipe() 1590 NEED(fs, "codel/pie is only for flowsets"); in ipfw_config_pipe() 1607 NEED(sch, "fq_codel/fq_pie is only for schd"); in ipfw_config_pipe() 1653 NEED(fs, "droptail is only for flowsets"); in ipfw_config_pipe() 1658 NEED(p, "bw is only for links"); in ipfw_config_pipe() 1665 NEED( in ipfw_config_pipe() [all...] |
H A D | ipfw2.h | 336 #define NEED(_p, msg) {if (!_p) errx(EX_USAGE, msg);} macro
|
/freebsd/contrib/dialog/ |
H A D | aclocal.m4 | 5050 (NEED*)
|
/freebsd/contrib/ncurses/ |
H A D | aclocal.m4 | 8173 (NEED*)
|