HomeSort by relevance Sort by last modified time
    Searched refs:CIDR (Results 1 - 11 of 11) sorted by null

  /external/ipsec-tools/src/racoon/
isakmp_unity.h 34 enum splinet_ipaddr { NETMASK, CIDR };
isakmp_unity.c 393 if (splitnet_ipaddr == CIDR) {
isakmp_cfg.c 1880 int cidr, tmp; local
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
nodeconquery.py 122 # expanded netmasks, only CIDR numbers. Convert netmask
123 # into CIDR.
127 CIDR = 0
131 CIDR += 1
133 net = ipaddress.ip_network('{0}/{1}'.format(nodecon.address, CIDR))
  /prebuilts/go/darwin-x86/src/net/
ip.go 476 // String returns the CIDR notation of n like "192.168.100.1/24"
651 // ParseCIDR parses s as a CIDR notation IP address and mask,
661 return nil, nil, &ParseError{Type: "CIDR address", Text: s}
672 return nil, nil, &ParseError{Type: "CIDR address", Text: s}
ip_test.go 240 {"192.168.1.1/255.255.255.0", nil, nil, &ParseError{Type: "CIDR address", Text: "192.168.1.1/255.255.255.0"}},
241 {"192.168.1.1/35", nil, nil, &ParseError{Type: "CIDR address", Text: "192.168.1.1/35"}},
242 {"2001:db8::1/-1", nil, nil, &ParseError{Type: "CIDR address", Text: "2001:db8::1/-1"}},
243 {"", nil, nil, &ParseError{Type: "CIDR address", Text: ""}},
net.go 466 // "IP address", "CIDR address".
  /prebuilts/go/linux-x86/src/net/
ip.go 476 // String returns the CIDR notation of n like "192.168.100.1/24"
651 // ParseCIDR parses s as a CIDR notation IP address and mask,
661 return nil, nil, &ParseError{Type: "CIDR address", Text: s}
672 return nil, nil, &ParseError{Type: "CIDR address", Text: s}
ip_test.go 240 {"192.168.1.1/255.255.255.0", nil, nil, &ParseError{Type: "CIDR address", Text: "192.168.1.1/255.255.255.0"}},
241 {"192.168.1.1/35", nil, nil, &ParseError{Type: "CIDR address", Text: "192.168.1.1/35"}},
242 {"2001:db8::1/-1", nil, nil, &ParseError{Type: "CIDR address", Text: "2001:db8::1/-1"}},
243 {"", nil, nil, &ParseError{Type: "CIDR address", Text: ""}},
net.go 466 // "IP address", "CIDR address".
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds2/
layer1.py 219 one of CIDR range, EC2SecurityGroupId for VPC, or
226 For an overview of CIDR ranges, go to the `Wikipedia
    [all...]

Completed in 1422 milliseconds