Lines Matching full:cslp
561 struct cmd_single_line_pdu *cslp;584 mem += sizeof(*clp) + (client->argc * sizeof(*cslp));593 cslp = pdu + offset;594 strcpy((char *) cslp->text, client->argv[i]);595 cslp->len = cpu_to_le16(arg_len);596 offset += sizeof(*cslp) + arg_len;