Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ spray(3N) — A/UX 3.0.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

spray(1M)

sprayd(1M)




spray(3N) spray(3N)
NAME spray - scatters data in order to check the network SYNOPSIS #include <rpcsvc/spray.h> DESCRIPTION RPC information 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) in A/UX System Administrator's Reference January 1992 1

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026