HomeSort by relevance Sort by last modified time
    Searched full:icmp (Results 1 - 25 of 6107) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libipt_icmp.t 2 -p icmp -m icmp --icmp-type any;=;OK
4 # ERROR: cannot find: iptables -I INPUT -p icmp -m icmp --icmp-type echo-reply
5 # -p icmp -m icmp --icmp-type echo-reply;=;OK
7 # ERROR: annot find: iptables -I INPUT -p icmp -m icmp --icmp-type destination-unreachabl
    [all...]
libipt_icmp.man 1 This extension can be used if `\-\-protocol icmp' is specified. It
4 [\fB!\fP] \fB\-\-icmp\-type\fP {\fItype\fP[\fB/\fP\fIcode\fP]|\fItypename\fP}
5 This allows specification of the ICMP type, which can be a numeric
6 ICMP type, type/code pair, or one of the ICMP type names shown by the command
8 iptables \-p icmp \-h
libipt_REJECT.t 3 -j REJECT --reject-with icmp-net-unreachable;=;OK
4 -j REJECT --reject-with icmp-host-unreachable;=;OK
5 -j REJECT --reject-with icmp-port-unreachable;=;OK
6 -j REJECT --reject-with icmp-proto-unreachable;=;OK
7 -j REJECT --reject-with icmp-net-prohibited;=;OK
8 -j REJECT --reject-with icmp-host-prohibited;=;OK
9 -j REJECT --reject-with icmp-admin-prohibited;=;OK
libip6t_icmp6.t 3 -p ipv6-icmp -m icmp6 --icmpv6-type 1/0;=;OK
4 -p ipv6-icmp -m icmp6 --icmpv6-type 2;=;OK
6 -p ipv6-icmp -m icmp6 --icmpv6-type no-route --icmpv6-type packet-too-big;;FAIL
  /external/syslinux/gpxe/src/include/gpxe/
icmp.h 6 * ICMP protocol
12 /** An ICMP header */
  /external/llvm/test/ExecutionEngine/MCJIT/
test-setcond-int.ll 20 %test1 = icmp eq i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
21 %test2 = icmp uge i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
22 %test3 = icmp ugt i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
23 %test4 = icmp ule i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
24 %test5 = icmp ult i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
25 %test6 = icmp ne i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
26 %test7 = icmp eq i16 %ushort1, %ushort2 ; <i1> [#uses=0]
27 %test8 = icmp uge i16 %ushort1, %ushort2 ; <i1> [#uses=0]
28 %test9 = icmp ugt i16 %ushort1, %ushort2 ; <i1> [#uses=0]
29 %test10 = icmp ule i16 %ushort1, %ushort2 ; <i1> [#uses=0
    [all...]
  /external/llvm/test/ExecutionEngine/OrcMCJIT/
test-setcond-int.ll 20 %test1 = icmp eq i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
21 %test2 = icmp uge i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
22 %test3 = icmp ugt i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
23 %test4 = icmp ule i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
24 %test5 = icmp ult i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
25 %test6 = icmp ne i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
26 %test7 = icmp eq i16 %ushort1, %ushort2 ; <i1> [#uses=0]
27 %test8 = icmp uge i16 %ushort1, %ushort2 ; <i1> [#uses=0]
28 %test9 = icmp ugt i16 %ushort1, %ushort2 ; <i1> [#uses=0]
29 %test10 = icmp ule i16 %ushort1, %ushort2 ; <i1> [#uses=0
    [all...]
  /external/llvm/test/ExecutionEngine/
test-interp-vec-setcond-int.ll 20 %test1 = icmp eq <5 x i8> %ubyte1, %ubyte2
21 %test2 = icmp uge <5 x i8> %ubyte1, %ubyte2
22 %test3 = icmp ugt <5 x i8> %ubyte1, %ubyte2
23 %test4 = icmp ule <5 x i8> %ubyte1, %ubyte2
24 %test5 = icmp ult <5 x i8> %ubyte1, %ubyte2
25 %test6 = icmp ne <5 x i8> %ubyte1, %ubyte2
26 %test7 = icmp eq <4 x i16> %ushort1, %ushort2
27 %test8 = icmp uge <4 x i16> %ushort1, %ushort2
28 %test9 = icmp ugt <4 x i16> %ushort1, %ushort2
29 %test10 = icmp ule <4 x i16> %ushort1, %ushort
    [all...]
  /external/llvm/test/Transforms/InstCombine/
2007-11-15-CompareMiscomp.ll 1 ; RUN: opt < %s -instcombine -S | grep "icmp eq i32 %In, 1"
5 %c1 = icmp sgt i32 %In, -1
6 %c2 = icmp eq i32 %In, 1
2008-06-21-CompareMiscomp.ll 1 ; RUN: opt < %s -instcombine -S | grep "icmp eq i32 %In, 15"
6 %c1 = icmp ugt i32 %In, 13
7 %c2 = icmp eq i32 %In, 15
range-check.ll 4 ; (icmp sgt x, -1) & (icmp sgt/sge n, x) --> icmp ugt/uge n, x
7 ; CHECK: [[R:%[0-9]+]] = icmp ugt i32 %nn, %x
11 %a = icmp sge i32 %x, 0
12 %b = icmp slt i32 %x, %nn
18 ; CHECK: [[R:%[0-9]+]] = icmp uge i32 %nn, %x
22 %a = icmp sgt i32 %x, -1
23 %b = icmp sle i32 %x, %nn
29 ; CHECK: [[R:%[0-9]+]] = icmp ugt i32 %nn, %
    [all...]
min-positive.ll 7 ; CHECK: %test = icmp sgt i32 %other, 0
9 %cmp = icmp slt i32 %positive, %other
11 %test = icmp sgt i32 %sel, 0
17 ; CHECK: %test = icmp sgt i32 %other, 0
19 %cmp = icmp slt i32 %other, %positive
21 %test = icmp sgt i32 %sel, 0
28 ; CHECK: %test = icmp sgt i32 %sel, 0
30 %cmp = icmp slt i32 %positive, %other
32 %test = icmp sgt i32 %sel, 0
  /external/swiftshader/third_party/LLVM/test/ExecutionEngine/
test-setcond-int.ll 20 %test1 = icmp eq i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
21 %test2 = icmp uge i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
22 %test3 = icmp ugt i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
23 %test4 = icmp ule i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
24 %test5 = icmp ult i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
25 %test6 = icmp ne i8 %ubyte1, %ubyte2 ; <i1> [#uses=0]
26 %test7 = icmp eq i16 %ushort1, %ushort2 ; <i1> [#uses=0]
27 %test8 = icmp uge i16 %ushort1, %ushort2 ; <i1> [#uses=0]
28 %test9 = icmp ugt i16 %ushort1, %ushort2 ; <i1> [#uses=0]
29 %test10 = icmp ule i16 %ushort1, %ushort2 ; <i1> [#uses=0]
    [all...]
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
2007-11-15-CompareMiscomp.ll 1 ; RUN: opt < %s -instcombine -S | grep {icmp eq i32 %In, 1}
5 %c1 = icmp sgt i32 %In, -1
6 %c2 = icmp eq i32 %In, 1
2008-06-21-CompareMiscomp.ll 1 ; RUN: opt < %s -instcombine -S | grep {icmp eq i32 %In, 15}
6 %c1 = icmp ugt i32 %In, 13
7 %c2 = icmp eq i32 %In, 15
2008-07-08-AndICmp.ll 1 ; RUN: opt < %s -instcombine -S | grep icmp | count 1
6 icmp ult i32 %a, 8 ; <i1>:0 [#uses=1]
7 icmp ult i32 %b, 8 ; <i1>:1 [#uses=1]
  /external/syslinux/gpxe/src/net/
icmp.c 26 #include <gpxe/icmp.h>
30 * ICMP protocol
48 struct icmp_header *icmp = iobuf->data; local
54 if ( len < sizeof ( *icmp ) ) {
55 DBG ( "ICMP packet too short at %zd bytes (min %zd bytes)\n",
56 len, sizeof ( *icmp ) );
62 csum = tcpip_chksum ( icmp, len );
64 DBG ( "ICMP checksum incorrect (is %04x, should be 0000)\n",
66 DBG_HD ( icmp, len );
72 if ( icmp->type != ICMP_ECHO_REQUEST )
    [all...]
  /external/tcpdump/tests/
e1000g.out 1 IP 129.146.106.55 > 10.5.233.117: ICMP echo request, id 6901, seq 0, length 64
2 IP 10.5.233.117 > 129.146.106.55: ICMP echo reply, id 6901, seq 0, length 64
3 IP 129.146.106.55 > 10.5.233.117: ICMP echo request, id 6901, seq 1, length 64
4 IP 10.5.233.117 > 129.146.106.55: ICMP echo reply, id 6901, seq 1, length 64
5 IP 129.146.106.55 > 10.5.233.117: ICMP echo request, id 6901, seq 2, length 64
6 IP 10.5.233.117 > 129.146.106.55: ICMP echo reply, id 6901, seq 2, length 64
7 IP 129.146.106.55 > 10.5.233.117: ICMP echo request, id 6901, seq 3, length 64
8 IP 10.5.233.117 > 129.146.106.55: ICMP echo reply, id 6901, seq 3, length 64
9 IP 129.146.106.55 > 10.5.233.117: ICMP echo request, id 6901, seq 4, length 64
10 IP 10.5.233.117 > 129.146.106.55: ICMP echo reply, id 6901, seq 4, length 6
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Icmp.c 73 Process the ICMP redirect. Find the instance then update
86 @param[in] Packet The content of the ICMP redirect packet with IP
88 @param[in] Icmp The buffer to store the ICMP error message if
100 IN IP4_ICMP_ERROR_HEAD *Icmp
115 IpIf = Ip4FindInterface (IpSb, NTOHL (Icmp->IpHead.Src));
116 Gateway = NTOHL (Icmp->Fourth);
138 Dst = NTOHL (Icmp->IpHead.Dst);
139 Src = NTOHL (Icmp->IpHead.Src);
157 Process the ICMP error packet. If it is an ICMP redirect packet,
    [all...]
  /external/swiftshader/third_party/subzero/tests_lit/reader_tests/
compare.ll 11 %veq = icmp eq i1 %a1, %a2
12 %vne = icmp ne i1 %a1, %a2
13 %vugt = icmp ugt i1 %a1, %a2
14 %vuge = icmp uge i1 %a1, %a2
15 %vult = icmp ult i1 %a1, %a2
16 %vule = icmp ule i1 %a1, %a2
17 %vsgt = icmp sgt i1 %a1, %a2
18 %vsge = icmp sge i1 %a1, %a2
19 %vslt = icmp slt i1 %a1, %a2
20 %vsle = icmp sle i1 %a1, %a
    [all...]
  /external/llvm/test/Analysis/AssumptionCache/
basic.ll 9 ; CHECK-NEXT: icmp ne i32 %{{.*}}, 0
10 ; CHECK-NEXT: icmp slt i32 %{{.*}}, 0
11 ; CHECK-NEXT: icmp sgt i32 %{{.*}}, 0
14 %cond1 = icmp ne i32 %a, 0
16 %cond2 = icmp slt i32 %a, 0
18 %cond3 = icmp sgt i32 %a, 0
  /external/llvm/test/Analysis/CostModel/X86/
cmp.ll 66 ;SSE2: cost of 1 {{.*}} icmp
67 ;SSE3: cost of 1 {{.*}} icmp
68 ;SSSE3: cost of 1 {{.*}} icmp
69 ;SSE41: cost of 1 {{.*}} icmp
70 ;SSE42: cost of 1 {{.*}} icmp
71 ;AVX: cost of 1 {{.*}} icmp
72 %F = icmp eq <16 x i8> undef, undef
74 ;SSE2: cost of 1 {{.*}} icmp
75 ;SSE3: cost of 1 {{.*}} icmp
76 ;SSSE3: cost of 1 {{.*}} icmp
    [all...]
  /external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
long-setcc.ll 5 %B = icmp slt i64 %x, 0
10 %tmp = icmp ult i64 %x, 4294967296
15 %tmp = icmp ugt i32 %x, -1
  /external/swiftshader/third_party/LLVM/test/CodeGen/Thumb/
long-setcc.ll 5 %B = icmp slt i64 %x, 0
10 %tmp = icmp ult i64 %x, 4294967296
15 %tmp = icmp ugt i32 %x, -1
  /external/clang/test/CodeGen/
pointer-cmp-type.c 1 // RUN: %clang_cc1 -emit-llvm %s -o - | grep "icmp ult"

Completed in 1776 milliseconds

1 2 3 4 5 6 7 8 91011>>