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

/macosx-10.9.5/syslog-217.1.4/syslogd.tproj/
H A Dremote.c73 static dispatch_source_t in_src_tcp; variable
906 in_src_tcp = dispatch_source_create(DISPATCH_SOURCE_TYPE_READ, (uintptr_t)fd, 0, in_queue);
907 dispatch_source_set_event_handler(in_src_tcp, ^{ remote_acceptmsg_tcp(fd); });
908 dispatch_resume(in_src_tcp);

Completed in 142 milliseconds