1 2 3 4 5 6 7 8 9 10 11 12 13
#include "../realm.h" uint32_t realm_first_pkt_len() { return 0; }; int32_t realm_decide_remote_idx(int32_t idx, const char *buf) { return -1; };