Lines Matching defs:in
14 #include <netinet/in.h>
1018 struct cmd_sendfile_reply *in;
1023 in = (struct cmd_sendfile_reply *) cmd->payload;
1024 in->size = le32_to_cpu(in->size);
1025 in->error = le32_to_cpu(in->error);
1026 if (in->error) {
1028 rep->error = in->error;
1031 rep->data = smalloc(in->size);
1036 rep->size = in->size;
1037 memcpy(rep->data, in->data, in->size);
1052 * Send a command with a separate PDU, not inlined in the command
1377 * Assign sk_out here, it'll be dropped in handle_connection()
1694 * Deflates the next input given, creating as many new packets in the