Searched refs:v32 (Results 1 – 4 of 4) sorted by relevance
128 uint32_t v32; in parse_conf_file() local148 v32 = ntohl(m->ip); in parse_conf_file()151 (uint8_t)(v32), in parse_conf_file()152 (uint8_t)(v32 >> 8), in parse_conf_file()153 (uint8_t)(v32 >> 16), in parse_conf_file()154 (v32 >> 24) in parse_conf_file()
195 uint32_t v32; in setup_transformer_on_fd() local198 move_from_unaligned32(v32, &xstate->magic.b16[1]); in setup_transformer_on_fd()199 if (v32 == XZ_MAGIC2) { in setup_transformer_on_fd()
1215 uint32_t v32; in IF_DESKTOP() local1269 v32 = buffer_read_le_u32(PASS_STATE_ONLY); in IF_DESKTOP()1270 if ((~gunzip_crc) != v32) { in IF_DESKTOP()1277 v32 = buffer_read_le_u32(PASS_STATE_ONLY); in IF_DESKTOP()1278 if ((uint32_t)gunzip_bytes_out != v32) { in IF_DESKTOP()
256 uint32_t v32; in option_to_env() local297 move_from_unaligned32(v32, option + 4 + 16 + 4); in option_to_env()298 *new_env() = xasprintf("lease=%u", (unsigned)v32); in option_to_env()334 move_from_unaligned32(v32, option + 4 + 4); in option_to_env()335 *new_env() = xasprintf("ipv6prefix_lease=%u", (unsigned)v32); in option_to_env()