Home
last modified time | relevance | path

Searched refs:bind_socket (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.sbin/apmd/
H A Dapmd.c70 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) in bind_socket() function
419 sock_fd = bind_socket(sockname, mode, uid, gid); in main()
/netbsd-src/sbin/iscsid/
H A Discsid_driverif.c99 bind_socket(int sock, uint8_t * addr) in bind_socket() function
324 if (!bind_socket(sock, init->address)) { in make_connection()
578 if (!bind_socket(sock, init->address)) { in event_recover_connection()
/netbsd-src/usr.sbin/ldpd/
H A Dsocketops.c87 static int bind_socket(int s, int stype);
122 if (bind_socket(s, AF_INET) == -1) { in create_hello_sockets()
205 if (bind_socket(s, AF_INET6) == -1) { in create_hello_sockets()
336 bind_socket(int s, int stype) in bind_socket() function
/netbsd-src/external/bsd/libevent/dist/
H A Dhttp.c185 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2584 evcon->fd = bind_socket( in evhttp_connection_connect_()
3569 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1) in evhttp_bind_socket_with_handle()
4463 bind_socket(const char *address, ev_uint16_t port, int reuse) in bind_socket() function
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dsocket.c4491 goto bind_socket; in isc_socket_bind()
4521 bind_socket: in isc_socket_bind()