Searched refs:mbc_marshal_fetch_byte (Results 1 – 1 of 1) sorted by relevance
52 static uint8_t mbc_marshal_fetch_byte(mbuf_chain_t *mbc);210 *cvalp++ = mbc_marshal_fetch_byte(mbc); in smb_mbc_vdecodef()1170 mbc_marshal_fetch_byte(mbuf_chain_t *mbc) in mbc_marshal_fetch_byte() function1192 *data = mbc_marshal_fetch_byte(mbc); in mbc_marshal_get_char()1216 tmp = (uint16_t)mbc_marshal_fetch_byte(mbc); in mbc_marshal_get_short()1217 tmp |= ((uint16_t)mbc_marshal_fetch_byte(mbc)) << 8; in mbc_marshal_get_short()1242 tmp = (uint32_t)mbc_marshal_fetch_byte(mbc); in mbc_marshal_get_long()1243 tmp |= ((uint32_t)mbc_marshal_fetch_byte(mbc)) << 8; in mbc_marshal_get_long()1244 tmp |= ((uint32_t)mbc_marshal_fetch_byte(mbc)) << 16; in mbc_marshal_get_long()1245 tmp |= ((uint32_t)mbc_marshal_fetch_byte(mbc)) << 24; in mbc_marshal_get_long()[all …]