Home | History | Annotate | Download | only in libpcap

Lines Matching refs:tax

730 		 * ldx M[k]		tax
740 * tax txa
753 struct slist *add, *tax, *ild;
778 * Check that a tax follows that (with 0 or more
781 tax = this_op(add->next);
782 if (tax == 0 || tax->s.code != (BPF_MISC|BPF_TAX))
789 ild = this_op(tax->next);
799 * (007) tax {tax}
824 tax->s.code = NOP;