Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Ddummynet.c1406 NEED(fs, "noerror is only for pipes"); in ipfw_config_pipe()
1411 NEED(fs, "plr is only for pipes"); in ipfw_config_pipe()
1447 NEED(mask, "tok_mask"); in ipfw_config_pipe()
1637 NEED(p, "bw is only for links"); in ipfw_config_pipe()
1644 NEED(p, "delay is only for links"); in ipfw_config_pipe()
1678 NEED(fs, "weight is only for flowsets"); in ipfw_config_pipe()
1685 NEED(fs, "lmax is only for flowsets"); in ipfw_config_pipe()
1700 NEED(fs, "pipe/sched"); in ipfw_config_pipe()
1707 NEED((!pf), "profile already set"); in ipfw_config_pipe()
1708 NEED(p, "profile"); in ipfw_config_pipe()
[all …]
H A Dipfw2.h320 #define NEED(_p, msg) {if (!_p) errx(EX_USAGE, msg);} macro