Searched refs:tsockfd_create (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/cnid_dbd/
H A Dusockfd.h16 extern int tsockfd_create (char *, char *, int);
H A Dusockfd.c77 int tsockfd_create(char *host, char *port, int backlog) function
88 LOG(log_error, logtype_cnid, "tsockfd_create: getaddrinfo: %s\n", gai_strerror(ret));
96 LOG(log_info, logtype_cnid, "tsockfd_create: socket: %s", strerror(errno));
120 LOG(log_info, logtype_cnid, "tsockfd_create: bind: %s\n", strerror(errno));
126 LOG(log_info, logtype_cnid, "tsockfd_create: listen: %s\n", strerror(errno));
135 LOG(log_error, logtype_cnid, "tsockfd_create: no suitable network config %s:%s", host, port);
H A Dcnid_metad.c480 if ((srvfd = tsockfd_create(host, port, 10)) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/cnid_dbd/
H A Dusockfd.h16 extern int tsockfd_create (char *, char *, int);
H A Dusockfd.c77 int tsockfd_create(char *host, char *port, int backlog) function
88 LOG(log_error, logtype_cnid, "tsockfd_create: getaddrinfo: %s\n", gai_strerror(ret));
96 LOG(log_info, logtype_cnid, "tsockfd_create: socket: %s", strerror(errno));
120 LOG(log_info, logtype_cnid, "tsockfd_create: bind: %s\n", strerror(errno));
126 LOG(log_info, logtype_cnid, "tsockfd_create: listen: %s\n", strerror(errno));
135 LOG(log_error, logtype_cnid, "tsockfd_create: no suitable network config %s:%s", host, port);
H A Dcnid_metad.c480 if ((srvfd = tsockfd_create(host, port, 10)) < 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/cnid_dbd/
H A Dusockfd.h16 extern int tsockfd_create (char *, char *, int);
H A Dusockfd.c77 int tsockfd_create(char *host, char *port, int backlog) function
88 LOG(log_error, logtype_cnid, "tsockfd_create: getaddrinfo: %s\n", gai_strerror(ret));
96 LOG(log_info, logtype_cnid, "tsockfd_create: socket: %s", strerror(errno));
120 LOG(log_info, logtype_cnid, "tsockfd_create: bind: %s\n", strerror(errno));
126 LOG(log_info, logtype_cnid, "tsockfd_create: listen: %s\n", strerror(errno));
135 LOG(log_error, logtype_cnid, "tsockfd_create: no suitable network config %s:%s", host, port);
H A Dcnid_metad.c480 if ((srvfd = tsockfd_create(host, port, 10)) < 0)

Completed in 78 milliseconds