Lines Matching refs:chkbuf
2339 char ifname[64], chkbuf[64];
2344 if (check_params(chkbuf, sizeof(chkbuf), fd_params, p) < 0) {
2345 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2357 if (check_params(chkbuf, sizeof(chkbuf), tap_params, p) < 0) {
2358 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2376 char chkbuf[64];
2379 if (check_params(chkbuf, sizeof(chkbuf), fd_params, p) < 0) {
2380 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2392 if (check_params(chkbuf, sizeof(chkbuf), listen_params, p) < 0) {
2393 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2402 if (check_params(chkbuf, sizeof(chkbuf), connect_params, p) < 0) {
2403 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);
2412 if (check_params(chkbuf, sizeof(chkbuf), mcast_params, p) < 0) {
2413 config_error(mon, "invalid parameter '%s' in '%s'\n", chkbuf, p);