Home
last modified time | relevance | path

Searched refs:forward_equals (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dmisc.h34 int forward_equals(const struct Forward *, const struct Forward *);
Dreadconf.c358 if (forward_equals(newfwd, options->local_forwards + i)) in add_local_forward()
387 if (forward_equals(newfwd, options->remote_forwards + i)) in add_remote_forward()
Dmisc.c1688 forward_equals(const struct Forward *a, const struct Forward *b) in forward_equals() function