Lines Matching +full:packet +full:- +full:based

58 .Ar IPv4-host
77 .Ar IPv4-mcast-group
96 .Op Ar IPv6-hops ...
97 .Ar IPv6-host
102 .Ar ( IPv4-host
104 .Ar IPv4-mcast-group )
121 bytes used to fill out the packet.
124 .Ar ( IPv6-host ) ,
148 For backwards-compatibility, ICMPv6 can also be selected by invoking the binary
152 .Bl -tag -width indent
166 .Bd -literal -offset indent
167 ping -.0123456789 freebsd.org
174 character when no packet is received before the next packet
176 To cater for round-trip times that are longer than the interval
184 character in the output when any packet is received.
186 Add an 802.1p Ethernet Priority Code Point when sending a packet.
187 0..7 uses that specific PCP, -1 uses the interface default PCP (or none).
220 Only the super-user may use this option.
221 .Bf -emphasis
240 link-local/site-local unicast address.
245 .Em between sending each packet .
246 The default is to wait for one second between each packet.
247 The wait time may be fractional, but only the super-user may specify
259 Only the super-user may use this option.
274 Exit successfully after receiving one reply packet.
285 bytes to fill out the packet you send.
286 This is useful for diagnosing data-dependent problems in a network.
288 .Dq Li \-p ff
289 will cause the sent packet to be filled with all
299 of the interface the probe packet is sent on.
315 For IPv4, only the super-user may specify values more than default.
331 Time in milliseconds to wait for a reply for each packet sent.
332 If a reply arrives later, the packet is not printed as replied, but
336 .Bl -tag -width indent
404 packet and displays
412 packet, ping will print the route list and then truncate it at the correct
420 If the host is not on a directly-attached network, an error is returned.
430 .It Ar IPv4-host
432 .It Ar IPv4-mcast-group
436 .Bl -tag -width indent
447 Generate ICMPv6 Node Information Node Addresses query, rather than echo-request.
450 .Bl -tag -width Ds -compact
457 requests responder's IPv4-compatible and IPv4-mapped addresses.
459 requests responder's global-scope addresses.
461 requests responder's site-local addresses.
463 requests responder's link-local addresses.
478 Node information multicast group will be computed based on given
481 Since node information multicast group is a link-local multicast group,
490 draft-ietf-ipngwg-icmp-name-lookup.
491 Note that KAME-derived implementations including
496 rather than echo-request.
516 but with old packet format based on 03 draft.
523 Generate ICMPv6 Node Information DNS Name query, rather than echo-request.
528 .It Ar IPv6-hops
531 .It Ar IPv6-host
535 .Bl -tag -width indent
537 Enables transport-mode IPsec encapsulated security payload.
539 Enables transport-mode IPsec authentication header.
548 Round-trip times and packet loss statistics are computed.
549 If duplicate packets are received, they are not included in the packet
551 in calculating the round-trip time statistics.
558 the round-trip times.
569 minimum, mean, maximum, and standard deviation of the round-trip times
577 .Sh ICMP PACKET DETAILS
582 packet contains an additional 8 bytes worth of
589 Thus the amount of data received inside of an IP packet of type
609 inappropriate link-level retransmissions.
621 packet's path (in the network or in the hosts).
627 Unfortunately, data-dependent problems have been known to sneak into
640 This means that if you have a data-dependent problem you will probably
654 value of an IP packet represents the maximum number of IP routers
655 that the packet can go through before being thrown away.
686 prints the ttl value from the packet it receives.
687 When a remote system receives a ping packet, it can do one of three things
691 .Bl -bullet
700 value in the received packet will be 255 minus the
701 number of routers in the round-trip path.
708 value in the received packet will be 64 minus the
729 .Bl -tag -width indent
741 .Bd -literal -offset indent
742 ping -6 -n dst.example.com
750 is named the link-local all-node multicast address, and the packet would
752 .Bd -literal -offset indent
753 ping -6 -y ff02::1%wi0
758 .Bd -literal -offset indent
759 ping -6 -k agl dst.example.com
781 .%N draft-ietf-ipngwg-icmp-name-lookups-09.txt
795 IPv6 and IPsec support based on the KAME Project