Searched defs:nets (Results 1 – 3 of 3) sorted by relevance
144 Enumeration<NetworkInterface> nets = NetworkInterface.getNetworkInterfaces(); in getPrivateInetAddress() local172 Enumeration<NetworkInterface> nets = NetworkInterface.getNetworkInterfaces(); in getPublicInetAddress() local
140 Enumeration<NetworkInterface> nets = NetworkInterface.getNetworkInterfaces(); in getPrivateInetAddress() local
1946 let nets: Vec<Ipv4Net> = vec!["128.0.0.0/1".parse().unwrap()]; in test_aggregate_issue44() localVariable1949 let nets: Vec<Ipv4Net> = vec!["0.0.0.0/1".parse().unwrap(), "128.0.0.0/1".parse().unwrap()]; in test_aggregate_issue44() localVariable1952 let nets: Vec<Ipv6Net> = vec!["8000::/1".parse().unwrap()]; in test_aggregate_issue44() localVariable1955 let nets: Vec<Ipv6Net> = vec!["::/1".parse().unwrap(), "8000::/1".parse().unwrap()]; in test_aggregate_issue44() localVariable