Lines Matching defs:in
14 #include <netinet/in.h>
838 struct cmd_sendfile_reply *in;
843 in = (struct cmd_sendfile_reply *) cmd->payload;
844 in->size = le32_to_cpu(in->size);
845 in->error = le32_to_cpu(in->error);
846 if (in->error) {
848 rep->error = in->error;
851 rep->data = smalloc(in->size);
856 rep->size = in->size;
857 memcpy(rep->data, in->data, in->size);
1233 * Send a command with a separate PDU, not inlined in the command