/src/sbin/iscsid/ |
iscsid_driverif.c | 87 * bind_socket: 99 bind_socket(int sock, uint8_t * addr) function in typeref:typename:int 324 if (!bind_socket(sock, init->address)) { 578 if (!bind_socket(sock, init->address)) {
|
/src/usr.sbin/apmd/ |
apmd.c | 70 static int bind_socket (const char *sn, mode_t mode, uid_t uid, gid_t gid); 153 bind_socket(const char *sockname, mode_t mode, uid_t uid, gid_t gid) function in typeref:typename:int 419 sock_fd = bind_socket(sockname, mode, uid, gid);
|
/src/usr.sbin/ldpd/ |
socketops.c | 87 static int bind_socket(int s, int stype); 122 if (bind_socket(s, AF_INET) == -1) { 205 if (bind_socket(s, AF_INET6) == -1) { 336 bind_socket(int s, int stype) function in typeref:typename:int 358 fatalp("bind_socket: %s\n", strerror(errno));
|