Searched refs:F_DIVERT (Results 1 – 3 of 3) sorted by relevance
1861 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;
399 #define F_DIVERT 0x01000000 macro
1196 if (rlay->rl_conf.flags & F_DIVERT) { in relay_accept()