Searched refs:ICMP (Results 1 – 25 of 41) sorted by relevance
12
/third_party/boost/libs/asio/doc/overview/ |
D | protocols.qbk | 8 [section:protocols TCP, UDP and ICMP] 11 ICMP. 117 [heading ICMP] 119 As with TCP and UDP, ICMP hostname resolution is performed using a resolver: 126 An ICMP socket may be bound to a local endpoint. The following code will create 127 an IP version 6 ICMP socket and bind it to the "any" address: 132 The port number is not used for ICMP. 134 Data may be read from or written to an unconnected ICMP socket using the [link 147 [link boost_asio.examples.cpp03_examples.icmp ICMP ping example].
|
/third_party/iptables/extensions/ |
D | libipt_icmp.man | 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
|
D | libxt_u32.man | 83 match ICMP packets with icmp type 0 85 First test that it is an ICMP packet, true iff byte 9 (protocol) = 1 112 of the ICMP payload, of which byte 0 is the ICMP type. Therefore, we simply 120 First we test that the packet is a tcp packet (similar to ICMP).
|
D | libxt_socket.man | 5 \fBembedded\fP in an ICMP/ICPMv6 error packet.
|
D | libxt_TCPMSS.man | 9 which block "ICMP Fragmentation Needed" or "ICMPv6 Packet Too Big"
|
D | libipt_REJECT.man | 23 which return the appropriate ICMP error message (\fBicmp\-port\-unreachable\fP is
|
D | libxt_HMARK.man | 3 optionally, the offset to start from. ICMP error messages are inspected
|
D | libxt_conntrack.man | 57 existing connection, such as an FTP data transfer or an ICMP error.
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
D | assembler-cases.txt | 35 40 c4 c0 9c 01 c1 f0 00 ICMP.u32.gt.m1 r1, `r0, 0x1000000.b3, 0x0 91 43 42 c0 84 11 c2 f9 00 ICMP.v2s16.gt.m1 r2, `r3.h10, `r2.h10, 0x0 94 00 c0 c0 00 43 c1 f2 00 ICMP.v4u8.ne.i1 r1, r0.b0000, 0x0, 0x0 103 00 82 c0 80 03 c1 f0 00 ICMP.u32.ne.m1 r1, r0, u2, 0x0
|
/third_party/ltp/runtest/ |
D | net_stress.ipsec_icmp | 1 # Stress test for IPsec with ICMP messages 2 # Max ICMP message size descriptsion, MAX_SIZE is 65535 6 # MAX = MAX_SIZE - IP(20) - ICMP(8) = 65507 17 # MAX = MAX_SIZE - ICMP(8) = 65527 22 # Header and ICMP message. That's why we can have so large message size.
|
/third_party/ltp/testcases/network/stress/icmp/multi-diffip/ |
D | 00_Descriptions.txt | 2 size of ICMP message at the different IP address(alias) simultaneously
|
/third_party/ltp/testcases/network/stress/icmp/multi-diffnic/ |
D | 00_Descriptions.txt | 2 size of ICMP message at different NIC simultaneously
|
/third_party/ltp/testcases/network/stress/route/ |
D | 00_Descriptions.txt | 20 Change IPv4/IPv6 route by ICMP Redirects frequently
|
/third_party/boost/libs/asio/doc/ |
D | overview.qbk | 27 * [link boost_asio.overview.networking.protocols TCP, UDP and ICMP] 92 * [link boost_asio.overview.networking.protocols TCP, UDP and ICMP]
|
D | examples.qbk | 187 [heading ICMP] 189 This example shows how to use raw sockets with ICMP to ping a remote host.
|
/third_party/lwip/ |
D | FEATURES | 6 - Protocols: IP, IPv6, ICMP, ND, MLD, UDP, TCP, IGMP, ARP, PPPoS, PPPoE, 6LowPAN (via IEEE 802.15.4…
|
D | README_en.md | 18 * ICMP (Internet Control Message Protocol) for network maintenance and debugging
|
D | README | 18 * ICMP (Internet Control Message Protocol) for network maintenance and debugging
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 816 if (ICmpInst *ICMP = dyn_cast<ICmpInst>(I)) { in InjectTraceForCmp() local 817 IRBuilder<> IRB(ICMP); in InjectTraceForCmp() 818 Value *A0 = ICMP->getOperand(0); in InjectTraceForCmp() 819 Value *A1 = ICMP->getOperand(1); in InjectTraceForCmp()
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | 00_Descriptions.txt | 75 under test. This utility reply ICMP redirect message.
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/ |
D | meson.build | 105 # Feature: ICMP
|
/third_party/libcoap/man/ |
D | coap_recovery.txt.in | 147 *NOTE:* If the server end of the connection is returning ICMP unreachable packets
|
/third_party/libuv/docs/src/ |
D | udp.rst | 59 * Linux. This stops the Linux kernel from supressing some ICMP error messages 60 * and enables full ICMP error reporting for faster failover.
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/ |
D | sdkconfig | 665 # ICMP 669 # end of ICMP
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-heltec-wb32/ |
D | sdkconfig | 665 # ICMP 669 # end of ICMP
|
12