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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dusockfd.h17 extern int tsockfd_create (char *, char *, int);
H A Dusockfd.c84 int tsockfd_create(char *host, char *port, int backlog) function
95 LOG(log_error, logtype_default, "tsockfd_create: getaddrinfo: %s\n", gai_strerror(ret));
103 LOG(log_info, logtype_default, "tsockfd_create: socket: %s", strerror(errno));
127 LOG(log_info, logtype_default, "tsockfd_create: bind: %s\n", strerror(errno));
133 LOG(log_info, logtype_default, "tsockfd_create: listen: %s\n", strerror(errno));
142 LOG(log_error, logtype_default, "tsockfd_create: no suitable network config %s:%s", host, port);
H A Dcnid_metad.c521 if ((srvfd = tsockfd_create(host, port, 10)) < 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dusockfd.h17 extern int tsockfd_create (char *, char *, int);
H A Dusockfd.c85 int tsockfd_create(char *host, char *port, int backlog) function
96 LOG(log_error, logtype_default, "tsockfd_create: getaddrinfo: %s\n", gai_strerror(ret));
104 LOG(log_info, logtype_default, "tsockfd_create: socket: %s", strerror(errno));
128 LOG(log_info, logtype_default, "tsockfd_create: bind: %s\n", strerror(errno));
134 LOG(log_info, logtype_default, "tsockfd_create: listen: %s\n", strerror(errno));
143 LOG(log_error, logtype_default, "tsockfd_create: no suitable network config %s:%s", host, port);
H A Dcnid_metad.c531 if ((srvfd = tsockfd_create(host, port, 10)) < 0)

Completed in 90 milliseconds