Home
last modified time | relevance | path

Searched refs:magic2 (Results 1 – 3 of 3) sorted by relevance

/busybox-1.35.0/networking/
Dnbd-client.c71 uint64_t magic2; // old style: 0x420281861253 big endian in nbdclient_main() member
184 if (memcmp(&nbd_header.magic2, in nbdclient_main()
186 sizeof(nbd_header.magic2)) == 0 in nbdclient_main()
189 } else if (memcmp(&nbd_header.magic2, "IHAVEOPT", 8) == 0) { in nbdclient_main()
/busybox-1.35.0/archival/libarchive/
Dopen_transformer.c16 uint16_t magic2; in check_signature16() local
17 if (full_read(xstate->src_fd, &magic2, 2) != 2 || magic2 != magic16) { in check_signature16()
Ddecompress_gunzip.c1224 uint16_t magic2; in IF_DESKTOP() local
1226 if (full_read(xstate->src_fd, &magic2, 2) != 2) { in IF_DESKTOP()
1231 if (magic2 == COMPRESS_MAGIC) { in IF_DESKTOP()
1235 if (magic2 != GZIP_MAGIC) in IF_DESKTOP()