• Home
  • Raw
  • Download

Lines Matching refs:ping6

8       ping6: Print unknown ICMP type.
9 ping6: Fix flowlabel switch (-F option).
11 ping6: Use GNU TLS by default.
15 ping6: Ensure to initialize msghdr.
24 ping,ping6: Check outgoing device only if specified.
37 ping6: Improve randomness of NI Nonce.
43 ping6: Do not try to free memory pointed by uninitialized variable on error path.
47 ping,ping6: Allow printing usage without permission errors.
48 ping,ping6: Fix cap_t leakage.
49 arping,ping,ping6: Do not ideologically check return value from cap_free,cap_{set,get}_flag().
75 ping,ping6: Use MAX_DUP_CHK directly, not using mx_dup_chk variable.
76 ping,ping6: Abstract received bitmap macros/definitions.
77 ping,ping6: Use __u64 or __u32 for bitmap.
83 ping6: Use IN6_IS_ADDR_UNSPECIFIED() instead of our own helper function.
84 ping6 doc: Explicitly describe ping6 is IPv6 version if ping.
85 ping6: Deprecate source routing by default (RFC5095).
86 ping6: Use RFC3542 functions and definition for source routing.
87 ping6: Introduce niquery_is_enabled() for readability.
94 … arping,ping,ping6,tracepath,traceroute6 Makefile: Support static link of libidn by USE_IDN=static.
96 ping6: Do not clear seq check array twice for NI.
97 ping6: Use MD5_DIGEST_LENGTH instead of magic value 16.
98 ping6: Introduce helper functions for nonce in NI.
99 ping6: Introduce NI_NONCE_SIZE macro instead of magic value 8.
100 ping6: Ensure to call srand() to get some randomness in NI Nonce.
101 ping6: Generate different NI Nonce in each NI Query (Memory version).
102 ping6: Generate different NI Nonce in each NI Query (MD5 version).
103 ping6: Cache NI Nonce.
104 ping6: Print 'sequence number' embedded in NI Nonce.
118 ping,ping6: Add newline to error message.
123 ping,ping6: Do not assume radix point is denoted by '.' (-i option).
124 arping,ping,ping6,rdisc,traceroute6: Fix version string.
126 ping6: Use SCOPE_DELIMITER.
139 ping,ping6: Reorder command-line options in alphabetical order.
140 ping6: Show suboptions for Node Information Queries if -N suboption is invalid.
141 ping,ping6 doc: Readability for TOS (-Q) option.
151 ping6: NI Subjecet address did not work (-N subject-{ipv6,ipv4] suboptions).
152 ping6: Ensure to detect subject type conflicts.
163 ping6: Check ranges of flowlabel (-F option) and tclass (-Q option) arguments.
164 ping6: Accept 0x-notation for flowlabel (-F option) and tclass (-Q option) arguments.
165 ping,ping6: Manual update regarding -F, -Q and -N option.
166 arping,ping,ping6: Defer exitting to allow users to see usage.
167 arping,ping,ping6,ninfod: Change euid to uid (non-root) even if capabiliy is enabled.
180 ping,ping6: Fallback to numeric addresses while exiting
183 ping,ping6: Rework capability support and Make sure -m and -I options work.
185 ping,ping6: Fix integer overflow with large interval value (-i option).
187 ping,ping6: Make in_pr_addr volatile.
192 ping6: Fix typo in error message.
193 ping6: Generate NI Group Address and Subject Name at once.
194 ping,ping6: Unmask signals on start-up.
196 arping,ping,ping6,tracepath,tracepath6,traceroute6: Experimental IDN support.
197 ping6: IDN support for the Subject Name in NI Query.
199 ping6: Add missing definitions/declarations for flowlabel management (-F option).
209 ping,ping6: Fix hang with -f option.
216 ping,ping6: Defer the dropping if the "-m" is specified and correct capability is set.
223 ping,ping6: Add -D to synopsis.
225 ping,ping6: Hide ipg/ewma info without packets received.
226 ping6: Remove unused variable.
227 ping6: Help for -N suboptions.
233 ping,ping6: Check return value of write(2) for stdout.
234 ping6,tracepath,tracepath6: Do not dereference type-punned pointer directly.
236 ping6: Provide enough buffer for dn_comp() and make NI Query with Name subject work.
237 ping6: Consolidate error path of niquery_option_subject_name_handler().
250 ping6: Do not try to use result buffer when dn_comp(3) failed.
251 … ping,ping6: ifdef guard for inline function for capability support and fix build with USE_CAP=no.
262 ping,ping6: avoid gethostbyaddr during ping flood.
277 ping6: Use IPV6_TCLASS to set outgoing traffic class if available.
279 ping6: Experimental support for Node Information Queries (RFC4620).
283 ping6: Make length-check qtype-specific.
284 ping6: Remove too many spaces between names.
285 ping6: ping6_niquery.h needs asm/byteorder.h.
286 ping6: Support Qtypes for IPv6/IPv4 Addresses.
287 ping6: Split pr_niquery_reply().
288 ping6: Handle ICMPv6 code in NI Reply.
289 ping6: Add subject-ipv6 and subject-ipv4 NI sub-option for subject address.
290 ping6: Support subject name.
291 ping6: Free old memory when reassign pointers.
292 ping6: Always enable IPv6 Node Information Queries.
295 ping6: do not allow too large packet size by -s option.
318 ping6: Try using IPV6_PKTINFO sticky option to specify outgoing interface.
320 ping6: Fix source routing with source interface set.
321 ping,ping6: Don't print extra ', ' in finish().
324 ping,ping6: Add -D option to print timestamp.
419 * Pekka Savola <pekkas@netcore.fi> Forgotten \n messing output of ping6.
459 * Utz Bacher <utz.bacher@de.ibm.com> Bitops in ping6 were wrong
485 * <ipatel@wilnetonline.net> ping6 printed wrong mtu.
493 * ping6/traceroute6: parse ICMP errors with extension headers (me)
548 * ping6: kernel style bitops are not used more.
556 * ping6 is expected to be compiled with linux-2.2.
614 * shadowed icmp_sock in ping6. James Morris <jmorris@@intercode.com.au>
616 * llsqrt() (ping, ping6) was wrong yet. me.
619 * Print mean deviation of RTT in ping/ping6.
620 * Use SIOCGSTAMP in ping/ping6. Old behaviour calculating
630 * Use SO_RCVTIMEO instead of poll() with ping/ping6 -f.
631 * Added -V option to arping/ping/ping6/traceroute6/rdisc
636 * ping/ping6: ping -i N, N>=3 did not work. Jeff Jonson <jbj@redhat.com>
637 * ping/ping6: microsecond rtt measurements. me.
640 * ping/ping6: non-zero exit code even without -w.
643 * Option "-i" to ping/ping6 takes fractional time now, so that
650 * ping/ping6 worked only with kernels 2.3.15+ in 990824.
654 * ping6: workaround for bug in some egcs versions.
662 * ping6: get and print hop limit of reply packets (ME)
664 * ping/ping6: option -w TIMEOUT