Go to the source code of this file.
Defines | |
#define | EXCLUDE_LOW 1 |
#define | EXCLUDE_HIGH 2 |
Functions | |
static int | namecompare (const void *a, const void *b) |
static struct upcalldata * | get_my_data (struct ccn_closure *selfp) |
static void | append_bf_all (struct ccn_charbuf *c) |
static int | express_my_interest (struct ccn *h, struct ccn_closure *selfp, struct ccn_charbuf *name) |
static struct ccn_closure * | split_my_excludes (struct ccn_closure *selfp) |
static enum ccn_upcall_res | incoming_content (struct ccn_closure *selfp, enum ccn_upcall_kind kind, struct ccn_upcall_info *) |
Handle the incoming content messages. | |
static struct ccn_charbuf * | ccn_charbuf_duplicate (struct ccn_charbuf *) |
static void | answer_passive (struct ccn_charbuf *templ) |
static struct ccn_charbuf * | create_passive_templ (void) |
void | usage (const char *prog) |
int | main (int argc, char **argv) |
Variables | |
static struct ccn_charbuf * | passive_templ |
A CCNx command-line utility.
Copyright (C) 2008-2011 Palo Alto Research Center, Inc.
This work is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
Definition in file ccnslurp.c.
#define EXCLUDE_HIGH 2 |
Definition at line 39 of file ccnslurp.c.
#define EXCLUDE_LOW 1 |
Definition at line 38 of file ccnslurp.c.
static void answer_passive | ( | struct ccn_charbuf * | templ | ) | [static] |
Definition at line 241 of file ccnslurp.c.
static void append_bf_all | ( | struct ccn_charbuf * | c | ) | [static] |
Definition at line 339 of file ccnslurp.c.
static struct ccn_charbuf * ccn_charbuf_duplicate | ( | struct ccn_charbuf * | c | ) | [static, read] |
Definition at line 351 of file ccnslurp.c.
static struct ccn_charbuf* create_passive_templ | ( | void | ) | [static, read] |
static int express_my_interest | ( | struct ccn * | h, | |
struct ccn_closure * | selfp, | |||
struct ccn_charbuf * | name | |||
) | [static] |
Definition at line 254 of file ccnslurp.c.
static struct upcalldata * get_my_data | ( | struct ccn_closure * | selfp | ) | [static, read] |
Definition at line 86 of file ccnslurp.c.
static enum ccn_upcall_res incoming_content | ( | struct ccn_closure * | selfp, | |
enum ccn_upcall_kind | kind, | |||
struct ccn_upcall_info * | info | |||
) | [static] |
Handle the incoming content messages.
Extracts the data, and requests the next block in sequence if the received block was not the final one.
Definition at line 47 of file smoketestclientlib.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 370 of file ccnslurp.c.
static int namecompare | ( | const void * | a, | |
const void * | b | |||
) | [static] |
Definition at line 76 of file ccnslurp.c.
static struct ccn_closure * split_my_excludes | ( | struct ccn_closure * | selfp | ) | [static, read] |
Definition at line 299 of file ccnslurp.c.
void usage | ( | const char * | prog | ) |
Definition at line 359 of file ccnslurp.c.
struct ccn_charbuf* passive_templ [static] |
Definition at line 56 of file ccnslurp.c.