Home
last modified time | relevance | path

Searched defs:MonList_s (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/rpc.statd/
H A Dstatd.h63 typedef struct MonList_s { struct
64 struct MonList_s *next; /* Next in list or NULL */ argument
65 char notifyHost[SM_MAXSTRLEN + 1]; /* Host to notify */
66 int notifyProg; /* RPC program number to call */
67 int notifyVers; /* version number */
68 int notifyProc; /* procedure number */
69 u_char notifyData[16]; /* Opaque data from caller */