Searched defs:checksum (Results 1 - 25 of 71) sorted by relevance

123

/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv6/
H A Dipv6_utils.h37 ipv6_checksum(const struct in6_addr* source, const struct in6_addr* destination, uint16 length, uint16 protocol, uint16 checksum) argument
H A Dipv6_address.cpp519 ipv6_checksum_address(struct Checksum *checksum, const sockaddr *address) argument
/haiku-fatelf/src/bin/pcmcia-cs/
H A Dyacc_cis.y387 checksum: CHECKSUM NUMBER '-' NUMBER '=' NUMBER label
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dacpi.cpp45 unsigned char checksum = 0; local
75 unsigned char checksum = 0; local
[all...]
/haiku-fatelf/headers/private/net/
H A DNetUtilities.h89 Checksum checksum; local
H A Dnet_buffer.h93 int32 (*checksum)(net_buffer* buffer, uint32 offset, size_t bytes, member in struct:net_buffer_module_info
/haiku-fatelf/src/add-ons/kernel/network/protocols/ipv4/
H A Dipv4.h37 uint16 checksum; member in struct:ipv4_header
H A Dipv4_address.cpp502 ipv4_checksum_address(struct Checksum *checksum, const sockaddr *address) argument
/haiku-fatelf/src/add-ons/media/plugins/matroska/libebml/ebml/
H A DEbmlTypes.h63 typedef Endian<uint32,big_endian> checksum; typedef
/haiku-fatelf/src/bin/coreutils/src/
H A Dsum.c90 int checksum = 0; /* The checksum mod 2^16. */ local
157 int checksum; local
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dftp-opie.c2200 uint32_t checksum[4]; local
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddsrec.c224 unsigned char checksum; local
[all...]
/haiku-fatelf/src/kits/locale/
H A DHashMapCatalog.cpp263 uint32 checksum = 0; local
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Dbios.cpp46 uint8 checksum; member in struct:bios32
/haiku-fatelf/headers/private/kernel/arch/x86/
H A Darch_smp.h27 uint8 checksum; /* checksum, all bytes add up to zero */ member in struct:mp_config_table
44 uint8 checksum; /* checksum, all bytes add up to zero */ member in struct:mp_floating_struct
H A Darch_acpi.h18 uint8 checksum; /* checksum of bytes 0-19 (per ACPI 1.0) */ member in struct:acpi_rsdp_legacy
26 uint8 checksum; /* checksum of bytes 0-19 (per ACPI 1.0) */ member in struct:acpi_rsdp_extended
42 uint8 checksum; /* checksum of entire table */ member in struct:acpi_descriptor_header
/haiku-fatelf/src/add-ons/kernel/network/protocols/l2cap/
H A Dl2cap_address.cpp400 l2cap_checksum_address(struct Checksum *checksum, const sockaddr *address) argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/unix/
H A DUnixAddress.cpp280 unix_checksum_address(struct Checksum *checksum, const sockaddr *_address) argument
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.h56 uint16 checksum; /* checksum? 0x1234 for bootable */ member in struct:atari_root_block
102 uint16 checksum; /* 0x1234 if bootable */ member in struct:atari_boot_block
/haiku-fatelf/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp318 BString checksum; local
/haiku-fatelf/src/system/boot/loader/net/
H A DIP.cpp260 uint32 checksum = 0; local
[all...]
H A DUDP.cpp417 uint16 checksum = ip_checksum(&headerBuffer); local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_nvm.c993 u16 checksum = 0; local
1028 u16 checksum = 0; local
[all...]
H A De1000_i210.c506 u16 checksum = 0; local
[all...]
/haiku-fatelf/headers/private/kernel/boot/net/
H A DNetDefs.h145 uint16 checksum; // checksum (header) member in struct:ip_header
175 uint16 checksum; // checksum member in struct:udp_header
196 uint16 checksum; // checksum member in struct:tcp_header

Completed in 149 milliseconds

123