Home
last modified time | relevance | path

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

/openbsd/usr.sbin/relayd/
H A Dparse.y1861 if ((rlay->rl_conf.flags & (F_NATLOOK|F_DIVERT)) ==
1862 (F_NATLOOK|F_DIVERT)) {
1867 if ((rlay->rl_conf.flags & (F_NATLOOK|F_DIVERT)) == 0 &&
2032 rlay->rl_conf.flags |= F_DIVERT;
H A Drelayd.h399 #define F_DIVERT 0x01000000 macro
H A Drelay.c1196 if (rlay->rl_conf.flags & F_DIVERT) { in relay_accept()