Searched refs:PEEK_U16 (Results 1 – 5 of 5) sorted by relevance
82 *valp = PEEK_U16(p); in sshbuf_get_u16()167 *valp = PEEK_U16(p); in sshbuf_peek_u16()
325 #define PEEK_U16(p) \ macro
126 ASSERT_U16_EQ(PEEK_U16(sshbuf_ptr(p1)), 0xd00f); in sshbuf_misc_tests()
56 ASSERT_U16_EQ(PEEK_U16(x), 0x1122); in sshbuf_getput_basic_tests()
69 #define PEEK_U16(p) \ macro