Searched refs:PEEK_U16 (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_misc.c121 ASSERT_U16_EQ(PEEK_U16(sshbuf_ptr(p1)), 0xd00f);
H A Dtest_sshbuf_getput_basic.c50 TEST_START("PEEK_U16");
51 ASSERT_U16_EQ(PEEK_U16(x), 0x1122);
/openbsd-current/usr.bin/ssh/
H A Dsshbuf-getput-basic.c78 *valp = PEEK_U16(p);
163 *valp = PEEK_U16(p);
H A Dsshbuf.h317 #define PEEK_U16(p) \ macro

Completed in 111 milliseconds