Searched refs:BPF_LD (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dbpf_image.c83 case BPF_LD|BPF_W|BPF_ABS:
88 case BPF_LD|BPF_H|BPF_ABS:
93 case BPF_LD|BPF_B|BPF_ABS:
98 case BPF_LD|BPF_W|BPF_LEN:
103 case BPF_LD|BPF_W|BPF_IND:
108 case BPF_LD|BPF_H|BPF_IND:
113 case BPF_LD|BPF_B|BPF_IND:
118 case BPF_LD|BPF_IMM:
133 case BPF_LD|BPF_MEM:
H A Doptimize.c349 case BPF_LD:
388 case BPF_LD:
521 #define K(i) F(BPF_LD|BPF_IMM|BPF_W, i, 0L)
558 (BPF_CLASS(code) == BPF_LD || BPF_CLASS(code) == BPF_LDX)) {
633 s->code = BPF_LD|BPF_IMM;
697 if (s->s.code == (BPF_LD|BPF_IMM) &&
707 if (s->s.code == (BPF_LD|BPF_IMM)) {
745 if (ild == 0 || BPF_CLASS(ild->s.code) != BPF_LD ||
925 case BPF_LD|BPF_ABS|BPF_W:
926 case BPF_LD|BPF_AB
[all...]
H A Dgencode.c1507 s2 = new_stmt(BPF_LD|BPF_IND|size);
1517 s = new_stmt(BPF_LD|BPF_ABS|size);
1548 s2 = new_stmt(BPF_LD|BPF_IND|size);
1557 s = new_stmt(BPF_LD|BPF_ABS|size);
1576 s = new_stmt(BPF_LD|BPF_ABS|size);
1615 s2 = new_stmt(BPF_LD|BPF_IND|size);
1655 s2 = new_stmt(BPF_LD|BPF_IND|BPF_B);
1696 s = new_stmt(BPF_LD|BPF_IMM);
2128 s1 = new_stmt(BPF_LD|BPF_W|BPF_ABS);
2152 s2 = new_stmt(BPF_LD|BPF_
[all...]
H A Dpcap-linux.c5301 case BPF_LD:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dptp_classify.h71 #define OP_LDB (BPF_LD | BPF_B | BPF_ABS)
72 #define OP_LDH (BPF_LD | BPF_H | BPF_ABS)
73 #define OP_LDHI (BPF_LD | BPF_H | BPF_IND)
H A Dfilter.h43 #define BPF_LD 0x00 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/bpf/net/
H A Dbpf_filter.c256 case BPF_LD|BPF_W|BPF_ABS:
273 case BPF_LD|BPF_H|BPF_ABS:
290 case BPF_LD|BPF_B|BPF_ABS:
307 case BPF_LD|BPF_W|BPF_LEN:
315 case BPF_LD|BPF_W|BPF_IND:
332 case BPF_LD|BPF_H|BPF_IND:
349 case BPF_LD|BPF_B|BPF_IND:
383 case BPF_LD|BPF_IMM:
391 case BPF_LD|BPF_MEM:
570 case BPF_LD
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Dfilter.c446 case BPF_LD|BPF_W|BPF_ABS:
449 case BPF_LD|BPF_H|BPF_ABS:
452 case BPF_LD|BPF_B|BPF_ABS:
455 case BPF_LD|BPF_W|BPF_LEN:
458 case BPF_LD|BPF_W|BPF_IND:
461 case BPF_LD|BPF_H|BPF_IND:
464 case BPF_LD|BPF_B|BPF_IND:
467 case BPF_LD|BPF_IMM:
502 case BPF_LD|BPF_MEM:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c210 BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 12), /* ethernet type */
213 BPF_STMT(BPF_LD+BPF_W+BPF_ABS, 0), /* first word of dest. addr */
216 BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 4), /* next 1/2 word of dest. */
219 BPF_STMT(BPF_LD+BPF_W+BPF_ABS, 0), /* first word of dest. addr */
222 BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 4), /* next 1/2 word of dest. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dbpf.h1219 #define BPF_LD 0x00 macro
1295 * Number of scratch memory words (for BPF_LD|BPF_MEM and BPF_ST).
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping6.c864 BPF_STMT(BPF_LD|BPF_H|BPF_ABS, 4), /* Load icmp echo ident */
867 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, 0), /* Load icmp type */
H A Dping.c1192 BPF_STMT(BPF_LD|BPF_H|BPF_IND, 4), /* Load icmp echo ident */
1195 BPF_STMT(BPF_LD|BPF_B|BPF_IND, 0), /* Load icmp type */
H A Drarpd.c334 BPF_STMT(BPF_LD|BPF_H|BPF_ABS, 6),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c560 BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 12),
571 BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 12),
574 BPF_STMT(BPF_LD+BPF_W+BPF_ABS, 6),
576 BPF_STMT(BPF_LD+BPF_H+BPF_ABS, 10),

Completed in 87 milliseconds