Searched defs:masks (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/doveadm/
H A Ddoveadm-kick.c180 const char *const *masks; local
187 if (!doveadm_cmd_param_array(cctx, "mask", &masks)) {
206 if (who_parse_args(&ctx.who, masks)!=0) {
H A Ddoveadm-who.c149 int who_parse_args(struct who_context *ctx, const char *const *masks) argument
154 for (i = 0; masks[i] != NULL; i++) {
155 if (net_parse_range(masks[i], &net_ip, &net_bits) == 0) {
157 i_error("Multiple network masks not supported");
165 i_error("Multiple username masks not supported");
169 ctx->filter.username = masks[i];
315 const char *const *masks; local
327 if (doveadm_cmd_param_array(cctx, "mask", &masks)) {
328 if (who_parse_args(&ctx, masks) != 0) {

Completed in 26 milliseconds