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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tests/
H A Dunixsock.c42 static int bind_socket(char const *filename) function
86 if ((sock_fd = bind_socket(filename)) < 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evrtsp/
H A Drtsp.c206 static int bind_socket(int family, const char *, u_short, int reuse);
1390 evcon->fd = bind_socket(evcon->family,
1754 bind_socket(int family, const char *address, u_short port, int reuse) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/evhttp/
H A Dhttp.c202 static int bind_socket(int family, const char *, u_short, int reuse);
1817 evcon->fd = bind_socket(evcon->family,
2361 if ((fd = bind_socket(family, address, port, 1 /*reuse*/)) == -1)
2881 bind_socket(int family, const char *address, u_short port, int reuse) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Dhttp.c201 static int bind_socket(const char *, u_short, int reuse);
1785 evcon->fd = bind_socket(
2301 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1)
2815 bind_socket(const char *address, u_short port, int reuse) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dhttp.c171 static evutil_socket_t bind_socket(const char *, ev_uint16_t, int reuse);
2184 evcon->fd = bind_socket(
3091 if ((fd = bind_socket(address, port, 1 /*reuse*/)) == -1)
3880 bind_socket(const char *address, ev_uint16_t port, int reuse) function

Completed in 165 milliseconds