Go to the source code of this file.
Functions | |
void | r_link_do_deferred_write (struct ccnr_handle *h, int fd) |
void | r_link_stuff_and_send (struct ccnr_handle *h, struct fdholder *fdholder, const unsigned char *data1, size_t size1, const unsigned char *data2, size_t size2, off_t *offsetp) |
Send a message, which may be in two pieces. | |
void | r_link_send_content (struct ccnr_handle *h, struct fdholder *fdholder, struct content_entry *content) |
Definition in file ccnr_link.h.
void r_link_do_deferred_write | ( | struct ccnr_handle * | h, | |
int | fd | |||
) |
void r_link_send_content | ( | struct ccnr_handle * | h, | |
struct fdholder * | fdholder, | |||
struct content_entry * | content | |||
) |
void r_link_stuff_and_send | ( | struct ccnr_handle * | h, | |
struct fdholder * | fdholder, | |||
const unsigned char * | data1, | |||
size_t | size1, | |||
const unsigned char * | data2, | |||
size_t | size2, | |||
off_t * | offsetp | |||
) |
Send a message, which may be in two pieces.
Definition at line 88 of file ccnr_link.c.
Referenced by r_store_send_content().