Home
last modified time | relevance | path

Searched refs:buffer_get (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/include/
H A Dbuffer.h45 void buffer_get(Buffer *, void *, u_int);
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dbuffer.c183 buffer_get(Buffer *buffer, void *buf, u_int len) in buffer_get() function
H A Dchannels.c928 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 Dpacket.c1353 buffer_get(&incoming_packet, &ch, 1); in packet_get_char()
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c247 buffer_get(&e->request, session_id, 16); in process_authentication_challenge1()