rusers(3N) — NETWORK FUNCTIONS
NAME
rusers − return information about users on remote machines
SYNOPSIS
#include <rpcsvc/rusers.h>
int rusers(char ∗host, struct utmpidlearr ∗up);
rusers fills the utmpidlearr structure with data about host, and returns 0 if successful. The function will fail if the underlying transport does not support broadcast mode.