Lines Matching refs:tmp_pdu_data
72 uint8_t *tmp_pdu_data;
132 tmp_pdu_data = malloc(payload_len);
133 if (tmp_pdu_data == NULL) {
138 iovec[0].iov_base = (void *)tmp_pdu_data;
160 free(tmp_pdu_data);
166 free(tmp_pdu_data);
177 free(tmp_pdu_data);
187 (void) memcpy(&((*pdu)->payload), tmp_pdu_data, payload_len);
189 free(tmp_pdu_data);
190 tmp_pdu_data = NULL;