HomeSort by: relevance | last modified time | path
    Searched defs:bind_socket (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/iscsid/
iscsid_driverif.c 87 * bind_socket:
99 bind_socket(int sock, uint8_t * addr) function
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
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
358 fatalp("bind_socket: %s\n", strerror(errno));
  /src/external/bsd/libevent/dist/
http.c 185 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2584 evcon->fd = bind_socket(
3569 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1)
4463 bind_socket(const char *address, ev_uint16_t port, int reuse) function
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 183 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2582 evcon->fd = bind_socket(
3567 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1)
4461 bind_socket(const char *address, ev_uint16_t port, int reuse) function

Completed in 32 milliseconds