Searched refs:forward_equals (Results 1 – 4 of 4) sorted by relevance
36 int forward_equals(const struct Forward *, const struct Forward *);
281 #define forward_equals Fssh_forward_equals macro
385 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward()414 if (forward_equals(newfwd, options->remote_forwards + i)) in add_remote_forward()
1975 forward_equals(const struct Forward *a, const struct Forward *b) in forward_equals() function