Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getLmhosts (0.18 sec)

  1. src/main/java/jcifs/netbios/NameServiceClientImpl.java

                NetbiosAddress[] addr = null;
                try {
                    switch (resolver) {
                    case RESOLVER_LMHOSTS:
                        NbtAddress lmaddr = getLmhosts().getByName(hostname, this.transportContext);
                        if (lmaddr == null) {
                            continue;
                        }
                        addr = new NetbiosAddress[] { lmaddr };
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 38.5K bytes
    - Viewed (0)
Back to top