Home
last modified time | relevance | path

Searched refs:v32 (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/networking/
Ddnsd.c128 uint32_t v32; in parse_conf_file() local
148 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()
/busybox-1.35.0/archival/libarchive/
Dopen_transformer.c195 uint32_t v32; in setup_transformer_on_fd() local
198 move_from_unaligned32(v32, &xstate->magic.b16[1]); in setup_transformer_on_fd()
199 if (v32 == XZ_MAGIC2) { in setup_transformer_on_fd()
Ddecompress_gunzip.c1215 uint32_t v32; in IF_DESKTOP() local
1269 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()
/busybox-1.35.0/networking/udhcp/
Dd6_dhcpc.c256 uint32_t v32; in option_to_env() local
297 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()