Home
last modified time | relevance | path

Searched defs:is_bad_exit (Results 1 – 6 of 6) sorted by relevance

/dports/security/tor/tor-0.4.6.8/src/feature/nodelist/
H A Dnode_st.h71 unsigned int is_bad_exit:1; /**< Do we think this exit is censored, borked, member
H A Drouterstatus_st.h52 unsigned int is_bad_exit:1; /**< True iff this node is a bad choice for member
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/nodelist/
H A Dnode_st.h71 unsigned int is_bad_exit:1; /**< Do we think this exit is censored, borked, member
H A Drouterstatus_st.h52 unsigned int is_bad_exit:1; /**< True iff this node is a bad choice for member
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/dirauth/
H A Ddirvote.c1945 int is_guard = 0, is_exit = 0, is_bad_exit = 0, is_middle_only = 0; in networkstatus_compute_consensus() local
/dports/security/tor/tor-0.4.6.8/src/feature/dirauth/
H A Ddirvote.c1927 int is_guard = 0, is_exit = 0, is_bad_exit = 0; in networkstatus_compute_consensus() local