Evaluates to a human-readable name for a TSVConn in the intercept proxy state.
| 162 | // Evaluates to a human-readable name for a TSVConn in the |
| 163 | // intercept proxy state. |
| 164 | static const char * |
| 165 | InterceptProxySide(const InterceptState *istate, const InterceptIO *io) |
| 166 | { |
| 167 | return (io == &istate->client) ? "<client>" : (io == &istate->server) ? "<server>" : "<unknown>"; |
| 168 | } |
| 169 | |
| 170 | static const char * |
| 171 | InterceptProxySideVC(const InterceptState *istate, TSVConn vc) |
no outgoing calls
no test coverage detected