Home | History | Annotate | Download | only in libpcap

Lines Matching defs:sense

329  * are backwards in the sense that we find the set of nodes that reach
1314 int sense;
1320 sense = 0;
1322 sense = 1;
1341 return sense ? JT(child) : JF(child);
1343 if (sense && code == (BPF_JMP|BPF_JEQ|BPF_K))
2222 * not* do free(fp) before returning fp; doing so would make no sense,