| 89 | } |
| 90 | |
| 91 | void ProxyProtocolHandler::Clear() { |
| 92 | req_uniq_id_ = 0; |
| 93 | memset(&src_addr_, 0, sizeof(src_addr_)); |
| 94 | memset(&dst_addr_, 0, sizeof(dst_addr_)); |
| 95 | } |
| 96 | |
| 97 | int ProxyProtocolHandler::GetAddrFromFD(int fd) { |
| 98 | int ret; |
nothing calls this directly
no outgoing calls
no test coverage detected