prefix.c | 50 static int prefix_set(const char *, struct prefix *, int); 61 prefix_set(const char *s, struct prefix *prefix, int slash) function in typeref:typename:int 245 if (prefix_set(token[0], &conf->match, 1) < 0) 247 if (prefix_set(token[2], &conf->dest, 1) < 0) 250 if (prefix_set(token[3], &conf->src, 0) < 0)
|