Next: fill_input_to_core_map, Previous: fill_core_to_output_map, Up: Internal Functions
add the next link in a list
#include <bpipe/bpipe.h>static int fill_dpktf_ll( void *data, void *udata );
void *data
- Not Documented.
void *udata
- Not Documented.
This routine is an action function called when parsing the list of data packet fields. It is passed a data field pointer and a list pointer (as user data) and inserts the field pointer into the list.
It returns zero upon success, non-zero if it couldn't insert the the data into the list.