| 6002 | } |
| 6003 | |
| 6004 | sockaddr const * |
| 6005 | TSNetVConnRemoteAddrGet(TSVConn connp) |
| 6006 | { |
| 6007 | sdk_assert(sdk_sanity_check_iocore_structure(connp) == TS_SUCCESS); |
| 6008 | NetVConnection *vc = reinterpret_cast<NetVConnection *>(connp); |
| 6009 | return vc->get_remote_addr(); |
| 6010 | } |
| 6011 | |
| 6012 | sockaddr const * |
| 6013 | TSNetVConnClientAddrGet(TSVConn connp) |