| 313 | } |
| 314 | |
| 315 | static bool shutdown_complete(const struct state *state) |
| 316 | { |
| 317 | return state->shutdown_sent[LOCAL] |
| 318 | && state->shutdown_sent[REMOTE]; |
| 319 | } |
| 320 | |
| 321 | /* They failed the open with us */ |
| 322 | static void negotiation_aborted(struct state *state, const char *why) |
no outgoing calls
no test coverage detected