Searched refs:atyp (Results 1 – 2 of 2) sorted by relevance
134 uchar_t version = 0x05, cmd = 0x01, rsv = 0x00, atyp = 0x03; in send_request() local147 (void) memcpy(temp, &atyp, sizeof (atyp)); in send_request()148 temp += sizeof (atyp); in send_request()
980 u_int8_t atyp; in channel_decode_socks5() member1033 switch (s5_req.atyp){ in channel_decode_socks5()1048 "bad socks5 atyp %d", c->self, s5_req.atyp); in channel_decode_socks5()1052 if (s5_req.atyp == SSH_SOCKS5_DOMAIN) in channel_decode_socks5()1057 if (s5_req.atyp == SSH_SOCKS5_DOMAIN) in channel_decode_socks5()1062 if (s5_req.atyp == SSH_SOCKS5_DOMAIN) in channel_decode_socks5()1074 s5_rsp.atyp = SSH_SOCKS5_IPV4; in channel_decode_socks5()