bind_check
static int bind_check(int, const struct sockaddr *);
if (bind_check(i, name) < 0)
if (bind_check(sock_id, (struct sockaddr *)&addr) == 0)