| 33 | static struct packet_cb_list *reg_cbs; |
| 34 | |
| 35 | void set_len(bin_packet_t *packet) { |
| 36 | memcpy(packet->buffer.s + BIN_PACKET_MARKER_SIZE, &packet->buffer.len, sizeof(unsigned int)); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * _bin_init - begins the construction of a new binary packet (header part): |
no outgoing calls
no test coverage detected