private EAsync gethostbyname(ByteBuffer buf, final int seq) {
final byte proto = buf.get();
final String host = IO.getstr(buf, true);
// log.fine(" gethostsbyname["+seq+"][call] "+host);
return new EAsync() {
InetAddress[] addr;
String[] names;
private UnknownHostException err;
InetAddress primary;