Searched refs:BPF_ABS (Results 1 - 13 of 13) 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:
H A Dgencode.c1517 s = new_stmt(BPF_LD|BPF_ABS|size);
1557 s = new_stmt(BPF_LD|BPF_ABS|size);
1576 s = new_stmt(BPF_LD|BPF_ABS|size);
2128 s1 = new_stmt(BPF_LD|BPF_W|BPF_ABS);
2152 s2 = new_stmt(BPF_LD|BPF_W|BPF_ABS);
2219 s1 = new_stmt(BPF_LD|BPF_W|BPF_ABS);
2265 s1 = new_stmt(BPF_LD|BPF_B|BPF_ABS);
2277 s2 = new_stmt(BPF_LD|BPF_B|BPF_ABS);
2333 s1 = new_stmt(BPF_LD|BPF_B|BPF_ABS);
2345 s2 = new_stmt(BPF_LD|BPF_B|BPF_ABS);
[all...]
H A Doptimize.c925 case BPF_LD|BPF_ABS|BPF_W:
926 case BPF_LD|BPF_ABS|BPF_H:
927 case BPF_LD|BPF_ABS|BPF_B:
937 s->code = BPF_LD|BPF_ABS|BPF_SIZE(s->code);
H A Dpcap-linux.c5309 case BPF_ABS:
/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)
H A Dfilter.h59 #define BPF_ABS 0x20 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:
575 case BPF_ABS:
/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/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:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dbpf.h1235 #define BPF_ABS 0x20 macro
/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 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 105 milliseconds