strtou32
if (!strtou32(buf, &peer->seqlo))
if (!strtou32(buf, &peer->seqhi))
if (!strtou32(buf, &peer->seqdiff))
static bool strtou32(const char*, uint32_t*);