bind_socket
if (!bind_socket(sock, init->address)) {
if (!bind_socket(sock, init->address)) {
sock_fd = bind_socket(sockname, mode, uid, gid);
static int bind_socket (const char *sn, mode_t mode, uid_t uid, gid_t gid);
if (bind_socket(s, AF_INET) == -1) {
if (bind_socket(s, AF_INET6) == -1) {
static int bind_socket(int s, int stype);