| 262 | } |
| 263 | |
| 264 | int FillNextNMessageOctetsWith(CipOctet value, |
| 265 | unsigned int amount_of_bytes_written, |
| 266 | CipOctet **message) { |
| 267 | memset(*message, value, amount_of_bytes_written); |
| 268 | return amount_of_bytes_written; |
| 269 | } |
| 270 | |
| 271 | int FillNextNMessageOctetsWithValueAndMoveToNextPosition(CipOctet value, |
| 272 | unsigned int amount_of_filled_bytes, |
no outgoing calls