Lines Matching defs:dmdata
94 struct dmdata {
109 static struct dmdata *dmHandlerData;
115 static int dtlogin_create_pipe(int, struct dmdata *);
116 static void dtlogin_receive_packet(struct dmdata *);
117 static int dtlogin_parse_packet(struct dmdata *, char *);
119 static void dtlogin_close_pipe(struct dmdata *);
134 struct dmdata *dmd;
146 dmd = calloc(1, sizeof(struct dmdata));
149 sizeof(struct dmdata));
216 struct dmdata *dmd = (struct dmdata *) data;
228 struct dmdata *dmd = (struct dmdata *) data;
244 dtlogin_create_pipe(int port, struct dmdata *dmd)
280 static void dtlogin_close_pipe(struct dmdata *dmd)
298 dtlogin_receive_packet(struct dmdata *dmd)
375 dtlogin_parse_packet(struct dmdata *dmd, char *s)