Home | History | Annotate | Download | only in mtpd

Lines Matching full:outgoing

118 } incoming, outgoing;
129 uint16_t *p = (uint16_t *)outgoing.buffer;
140 outgoing.message = message;
141 outgoing.length = MESSAGE_HEADER_SIZE;
147 struct attribute *p = (struct attribute *)&outgoing.buffer[outgoing.length];
152 outgoing.length += ATTRIBUTE_HEADER_SIZE + size;
167 uint16_t *p = (uint16_t *)outgoing.buffer;
168 p[1] = htons(outgoing.length);
169 send(the_socket, outgoing.buffer, outgoing.length, 0);
546 log_print(DEBUG, "Timeout -> Sending %s", messages[outgoing.message]);
547 send(the_socket, outgoing.buffer, outgoing.length, 0);