Contiki 2.5
Data Fields
hash_driver Struct Reference

storage module interface More...

#include <core/net/uDTN/hash.h>

Data Fields

void(* init )(void)
 called by agent a startup
 
uint32_t(* hash_convenience )(uint32_t one, uint32_t two, uint32_t three, uint32_t four, uint32_t five)
 hashes the 4 arguments into 1 32 bit number
 
uint32_t(* hash_convenience_ptr )(uint32_t *one, uint32_t *two, uint32_t *three, uint32_t *four, uint32_t *five)
 hashes the 4 arguments into 1 32 bit number
 
uint32_t(* hash_buffer )(uint8_t *buffer, uint16_t length)
 hashes the buffer into 1 32 bit number
 

Detailed Description

storage module interface

Definition at line 33 of file hash.h.