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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/cnid/dbd/
H A Dcnid_dbd.c236 static int init_tsock(CNID_private *db) function
242 LOG(log_debug, logtype_cnid, "init_tsock: BEGIN. Opening volume '%s', CNID Server: %s/%s",
257 LOG(log_error, logtype_cnid, "init_tsock: Error/short write: %s", strerror(errno));
262 LOG(log_debug, logtype_cnid, "init_tsock: ok");
380 if ((db->fd = init_tsock(db)) < 0) {

Completed in 42 milliseconds