Next: bpipe_dpktf_newP, Previous: bpipe_dpkt_setup, Up: Internal Functions
Compare a data packet field to a matrix override structure.
#include <bpipe/bpipe.h>int bpipe_dpktf_matrix_override_cmp( const void *d, const void *m );
const void *d
- name
const void *m
- data packet field
This routine compares a data packet field pointer to that in a matrix override structure.
It returns ‘-1’, ‘0’, ‘1’ if the pointer is respectively less than, equal to, or greater than that in the matrix override structure.