spray(3N) spray(3N)NAME spray - scatter data in order to check the network SYNOPSIS #include <rpcsvc/spray.h> DESCRIPTION RPC INFO Program number: SPRAYPROG xdr routines: xdr_sprayarr(xdrs, arr); XDR *xdrs; struct sprayarr *arr; xdr_spraycumul(xdrs, cumul); XDR *xdrs; struct spraycumul *cumul; Procs: SPRAYPROC_SPRAY Takes no arguments; returns no value. Increments a counter in server daemon. The server does not return this call, so the caller should have a timeout of 0. SPRAYPROC_GET Takes no arguments; returns structure spraycumul with value of counter and clock. SPRAYPROC_CLEAR Takes no arguments and returns no value. Zeros out counter and clock. Versions: SPRAYVERS_ORIG Structures: struct spraycumul { unsigned counter; struct timeval clock; }; struct sprayarr { int *data, int lnth }; SEE ALSO spray(1M), sprayd(1M). April, 1990 1