Home
last modified time | relevance | path

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

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