Searched refs:bind_check (Results 1 – 1 of 1) sorted by relevance
62 static int bind_check(int, const struct sockaddr *);553 bind_check(int sock_id, const struct sockaddr *addr) in bind_check() function620 if (bind_check(i, name) < 0) in bind()650 if (bind_check(sock_id, (struct sockaddr *)&addr) == 0) in quickbind()