Home
last modified time | relevance | path

Searched refs:PEEK_U32 (Results 1 – 12 of 12) sorted by relevance

/dragonfly/lib/libssh/openbsd-compat/
H A Dport-net.c342 af = PEEK_U32(buf); in sys_tun_infilter()
373 af = (PEEK_U32(buf) == OPENBSD_AF_INET6) ? AF_INET6 : AF_INET; in sys_tun_outfilter()
/dragonfly/crypto/openssh/
H A Dsshbuf-getput-basic.c69 *valp = PEEK_U32(p); in sshbuf_get_u32()
152 *valp = PEEK_U32(p); in sshbuf_peek_u32()
254 len = PEEK_U32(p); in sshbuf_peek_string_direct()
H A Dcipher-chachapoly-libcrypto.c163 *plenp = PEEK_U32(buf); in chachapoly_get_length()
H A Dsshbuf.h326 #define PEEK_U32(p) \ macro
H A Dcipher.c416 *plenp = PEEK_U32(cp); in cipher_get_length()
H A Dauthfd.c162 len = PEEK_U32(buf); in ssh_request_reply()
H A Dauth2.c236 delay = (double)PEEK_U32(hash) / 1000 / 1000 / 1000 / 1000; in user_specific_delay()
H A Dmonitor_wrap.c154 msg_len = PEEK_U32(buf); in mm_request_receive()
H A Dpacket.c1455 state->packlen = PEEK_U32(cp); in ssh_packet_read_poll2_mux()
1541 state->packlen = PEEK_U32(sshbuf_ptr(state->incoming_packet)); in ssh_packet_read_poll2()
H A Dchannels.c2251 need = PEEK_U32(sshbuf_ptr(c->input)); in channel_post_mux_client_read()
3052 remote_id = PEEK_U32(cp); in channel_proxy_downstream()
3154 c->remote_id = PEEK_U32(cp); in channel_proxy_upstream()
H A Dssh-agent.c1610 msg_len = PEEK_U32(cp); in process_message()
H A Dmux.c1561 need = PEEK_U32(sshbuf_ptr(queue)); in mux_client_read_packet()