Searched defs:MonList_s (Results 1 – 1 of 1) sorted by relevance
63 typedef struct MonList_s { struct64 struct MonList_s *next; /* Next in list or NULL */ argument65 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 */