Searched refs:BPF_B (Results 1 – 15 of 15) sorted by relevance
/external/libpcap/ |
D | gencode.c | 758 tmp = gen_cmp(offrel, offset, BPF_B, (bpf_int32)v[0]); 1661 s2 = new_stmt(BPF_LD|BPF_IND|BPF_B); in gen_loadx_iphdrlen() 1692 s = new_stmt(BPF_LDX|BPF_MSH|BPF_B); in gen_loadx_iphdrlen() 1805 b0 = gen_cmp(OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); 1894 b1 = gen_cmp(OR_LINKTYPE, 2, BPF_B, (bpf_int32)proto); 1924 return gen_cmp(OR_LINKTYPE, 0, BPF_B, (bpf_int32)IPH_AF_INET); 1928 return gen_cmp(OR_LINKTYPE, 0, BPF_B, 2002 b0 = gen_cmp(OR_LLC, 0, BPF_B, (bpf_int32)LLCSAP_IPX); 2075 b1 = gen_cmp(OR_LINKHDR, off_linkpl.constant_part, BPF_B, 2268 s1 = new_stmt(BPF_LD|BPF_B|BPF_ABS); in gen_load_radiotap_llprefixlen() [all …]
|
D | bpf_image.c | 88 case BPF_LD|BPF_B|BPF_ABS: 108 case BPF_LD|BPF_B|BPF_IND: 123 case BPF_LDX|BPF_MSH|BPF_B:
|
D | optimize.c | 731 if (next->s.code != (BPF_LDX|BPF_MSH|BPF_B)) in opt_peep() 933 case BPF_LD|BPF_ABS|BPF_B: in opt_stmt() 940 case BPF_LD|BPF_IND|BPF_B: in opt_stmt() 968 case BPF_LDX|BPF_MSH|BPF_B: in opt_stmt()
|
/external/strace/xlat/ |
D | bpf_size.h | 17 #if defined(BPF_B) || (defined(HAVE_DECL_BPF_B) && HAVE_DECL_BPF_B) 18 XLAT(BPF_B),
|
D | bpf_size.in | 3 BPF_B
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_monitor.c | 180 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 2), 184 BPF_STMT(BPF_LD | BPF_B | BPF_ABS, 3), 197 BPF_STMT(BPF_LD | BPF_B | BPF_IND, 0), 224 BPF_STMT(BPF_LD | BPF_B | BPF_IND, 0), 231 BPF_STMT(BPF_LD | BPF_B | BPF_IND, 1), 241 BPF_STMT(BPF_LD | BPF_B | BPF_IND, 0),
|
/external/dhcpcd-6.8.2/ |
D | bpf-filter.h | 84 BPF_STMT(BPF_LD + BPF_B + BPF_ABS, 23 + BPF_ETHCOOK), 90 BPF_STMT(BPF_LDX + BPF_B + BPF_MSH, 14 + BPF_ETHCOOK),
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf_common.h | 19 #define BPF_B 0x10 macro
|
/external/iproute2/include/linux/ |
D | bpf_common.h | 19 #define BPF_B 0x10 macro
|
/external/libpcap/bpf/net/ |
D | bpf_filter.c | 301 case BPF_LD|BPF_B|BPF_ABS: 390 case BPF_LD|BPF_B|BPF_IND: 407 case BPF_LDX|BPF_MSH|BPF_B:
|
/external/libpcap/pcap/ |
D | bpf.h | 1377 #define BPF_B 0x10 macro
|
/external/iputils/ |
D | ping.c | 1376 BPF_STMT(BPF_LDX|BPF_B|BPF_MSH, 0), /* Skip IP header. F..g BSD... Look into ping6. */ in install_filter() 1380 BPF_STMT(BPF_LD|BPF_B|BPF_IND, 0), /* Load icmp type */ in install_filter()
|
D | ping6.c | 1783 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, 0), /* Load icmp type */ in install_filter()
|
/external/toybox/toys/pending/ |
D | dhcp.c | 240 BPF_STMT(BPF_LD|BPF_B|BPF_ABS, 9), 244 BPF_STMT(BPF_LDX|BPF_B|BPF_MSH, 0), BPF_STMT(BPF_LD|BPF_H|BPF_IND, 2),
|
/external/llvm/docs/ |
D | CodeGenerator.rst | 2567 BPF_B 0x2 byte
|