Home | History | Annotate | Download | only in libpcap

Lines Matching refs:sense

446  * Backpatch the blocks in 'list' to 'target'.  The 'sense' field indicates
458 if (!list->sense) {
470 * Merge the lists in b0 and b1, using the 'sense' field to indicate
481 p = !((*p)->sense) ? &JT(*p) : &JF(*p);
502 p->sense = !p->sense;
530 b0->sense = !b0->sense;
531 b1->sense = !b1->sense;
533 b1->sense = !b1->sense;
541 b0->sense = !b0->sense;
543 b0->sense = !b0->sense;
552 b->sense = !b->sense;