]> git.saurik.com Git - apple/network_cmds.git/blobdiff - ping6.tproj/ping6.8
network_cmds-543.50.4.tar.gz
[apple/network_cmds.git] / ping6.tproj / ping6.8
index f4c18bb489abac6d43b8ae60f9b47f51fc6ee3d7..7ec0b703dc72847519e2f9143371df2af42a7d08 100644 (file)
@@ -79,9 +79,15 @@ packets to network hosts
 .Op Fl c Ar count
 .Ek
 .Bk -words
+.Op Fl G Ar sweepmaxsize[,sweepminsize[,sweepincrsize]]
+.Ek
+.Bk -words
 .Op Fl g Ar gateway
 .Ek
 .Bk -words
+.Op Fl G Ar sweep
+.Ek
+.Bk -words
 .Op Fl h Ar hoplimit
 .Ek
 .Bk -words
@@ -91,6 +97,12 @@ packets to network hosts
 .Op Fl i Ar wait
 .Ek
 .Bk -words
+.Op Fl k Ar trafficclass
+.Ek
+.Bk -words
+.Op Fl K Ar netservicetype
+.Ek
+.Bk -words
 .Op Fl l Ar preload
 .Ek
 .Bk -words
@@ -110,6 +122,12 @@ packets to network hosts
 .Op Fl z Ar tclass
 .Ek
 .Bk -words
+.Op Fl Fl apple-connect
+.Ek
+.Bk -words
+.Op Fl Fl apple-time
+.Ek
+.Bk -words
 .Op Ar hops ...
 .Ek
 .Bk -words
@@ -166,6 +184,7 @@ This is an experimental option.
 Set socket buffer size.
 .It Fl B Ar boundif
 Bind the socket to interface
+This option is an Apple addition.
 .Ar boundif
 for sending.
 .It Fl C
@@ -176,6 +195,10 @@ Stop after sending
 .Ar count
 .Tn ECHO_RESPONSE
 packets.
+If this option is specified in conjunction with ping sweeps,
+each sweep will consist of
+.Ar count
+packets.
 .It Fl D
 Disable IPv6 fragmentation.
 .It Fl d
@@ -201,6 +224,18 @@ Only the super-user may use this option.
 .Bf -emphasis
 This can be very hard on a network and should be used with caution.
 .Ef
+.It Fl G Ar sweepmaxsize[,sweepminsize[,sweepincrsize]]
+.Ar sweepmaxsize
+specifies the maximum size of the payload when sending sweeping
+pings and is required for sweeps.
+.Ar sweepminsize
+specifies the size of the payload to start with when sending
+sweeping pings -- the default value is 0.
+.Ar sweepincrsize
+specifies the number of bytes to increment the size of the payload
+after each sweep when sending sweeping pings -- the default value
+is 1.
+This option is an Apple addition.
 .It Fl g Ar gateway
 Specifies to use
 .Ar gateway
@@ -228,6 +263,19 @@ values less than 0.1 second.
 This option is incompatible with the
 .Fl f
 option.
+.It Fl k Ar trafficclass
+Specifies the traffic class to use for sending ICMPv6 packets.
+The supported traffic classes are
+BK_SYS, BK, BE, RD, OAM, AV, RV, VI, VO and CTL.
+By default 
+.Nm
+uses the control traffic class (CTL).
+This option is an Apple addition.
+.It Fl K Ar netservicetype
+Specifies the network service type to use for sending ICMPv6 packets.
+The supported network service type are BK_SYS, BK, BE, RV, AV, RD, OAM, VI, SIG and VO.
+Note this overrides the default traffic class (-k can still be specified after -K to use both).
+This option is an Apple addition.
 .It Fl l Ar preload
 If
 .Ar preload
@@ -344,6 +392,12 @@ has no effect if
 is specified.
 .It Fl z Ar tclass
 Use the specified traffic class.
+.It Fl Fl apple-connect
+Connects the socket to the destination address.
+This option is an Apple addition.
+.It Fl Fl apple-time
+Prints the time a packet was received.
+This option is an Apple addition.
 .It Ar hops
 IPv6 addresses for intermediate nodes,
 which will be put into type 0 routing header.