Searched refs:buffer_get (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | buffer.h | 45 void buffer_get(Buffer *, void *, u_int);
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | buffer.c | 183 buffer_get(Buffer *buffer, void *buf, u_int len) in buffer_get() function
|
H A D | channels.c | 928 buffer_get(&c->input, (char *)&s4_req.version, 1); in channel_decode_socks4() 929 buffer_get(&c->input, (char *)&s4_req.command, 1); in channel_decode_socks4() 930 buffer_get(&c->input, (char *)&s4_req.dest_port, 2); in channel_decode_socks4() 931 buffer_get(&c->input, (char *)&s4_req.dest_addr, 4); in channel_decode_socks4() 1059 buffer_get(&c->input, (char *)&dest_addr, addrlen); in channel_decode_socks5() 1060 buffer_get(&c->input, (char *)&dest_port, 2); in channel_decode_socks5()
|
H A D | packet.c | 1353 buffer_get(&incoming_packet, &ch, 1); in packet_get_char()
|
/titanic_41/usr/src/cmd/ssh/ssh-agent/ |
H A D | ssh-agent.c | 247 buffer_get(&e->request, session_id, 16); in process_authentication_challenge1()
|