Searched refs:BPF_MSH (Results 1 – 15 of 15) sorted by relevance
/external/strace/xlat/ |
D | bpf_mode.h | 26 #if defined(BPF_MSH) || (defined(HAVE_DECL_BPF_MSH) && HAVE_DECL_BPF_MSH) 27 XLAT(BPF_MSH),
|
D | bpf_mode.in | 6 BPF_MSH
|
/external/iproute2/include/linux/ |
D | bpf_common.h | 26 #define BPF_MSH 0xa0 macro
|
/external/kernel-headers/original/uapi/linux/ |
D | bpf_common.h | 26 #define BPF_MSH 0xa0 macro
|
/external/dhcpcd-6.8.2/ |
D | bpf-filter.h | 90 BPF_STMT(BPF_LDX + BPF_B + BPF_MSH, 14 + BPF_ETHCOOK),
|
/external/iptables/include/linux/ |
D | filter.h | 60 #define BPF_MSH 0xa0 macro
|
/external/libpcap/pcap/ |
D | bpf.h | 151 #define BPF_MSH 0xa0 macro
|
/external/libpcap/ |
D | bpf_image.c | 123 case BPF_LDX|BPF_MSH|BPF_B:
|
D | bpf_filter.c | 409 case BPF_LDX|BPF_MSH|BPF_B: 654 case BPF_MSH:
|
D | optimize.c | 753 if (next->s.code != (BPF_LDX|BPF_MSH|BPF_B)) in opt_peep() 991 case BPF_LDX|BPF_MSH|BPF_B: in opt_stmt()
|
D | pcap-linux.c | 6675 case BPF_MSH:
|
D | gencode.c | 1778 s = new_stmt(cstate, BPF_LDX|BPF_MSH|BPF_B); in gen_loadx_iphdrlen() 5718 s[i] = new_stmt(cstate, BPF_LDX|BPF_MSH|BPF_B); in gen_protochain()
|
/external/libpcap/bpf/net/ |
D | bpf_filter.c | 409 case BPF_LDX|BPF_MSH|BPF_B: 654 case BPF_MSH:
|
/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()
|
/external/toybox/toys/pending/ |
D | dhcp.c | 244 BPF_STMT(BPF_LDX|BPF_B|BPF_MSH, 0), BPF_STMT(BPF_LD|BPF_H|BPF_IND, 2),
|