|
Contiki 2.5
|
#include <stdint.h>#include <string.h>#include <stdlib.h>#include "lib/list.h"#include "logging.h"#include "agent.h"#include "bundle.h"#include "registration.h"#include "sdnv.h"#include "administrative_record.h"#include "custody.h"#include "delivery.h"#include "statusreport.h"#include "storage.h"#include "hash.h"#include "redundancy.h"#include "dispatching.h"Go to the source code of this file.
Functions | |
| int | dispatching_check_report (struct mmem *bundlemem) |
| This function checks, whether an incoming admin record is a bundle delivery report. More... | |
| int | dispatching_dispatch_bundle (struct mmem *bundlemem) |
| Handles Admin Records, custody bundles and regular bundles. More... | |
Definition in file dispatching.c.
1.8.3.1