net.policyTableEntry.Prefix (field)
13 uses
net (current package)
addrselect.go#L217: Prefix *IPNet
addrselect.go#L227: Prefix: mustCIDR("::1/128"),
addrselect.go#L232: Prefix: mustCIDR("::/0"),
addrselect.go#L238: Prefix: mustCIDR("::ffff:0:0/96"),
addrselect.go#L244: Prefix: mustCIDR("2002::/16"),
addrselect.go#L250: Prefix: mustCIDR("2001::/32"),
addrselect.go#L255: Prefix: mustCIDR("fc00::/7"),
addrselect.go#L260: Prefix: mustCIDR("::/96"),
addrselect.go#L265: Prefix: mustCIDR("fec0::/10"),
addrselect.go#L270: Prefix: mustCIDR("3ffe::/16"),
addrselect.go#L287: isize, _ := s[i].Prefix.Mask.Size()
addrselect.go#L288: jsize, _ := s[j].Prefix.Mask.Size()
addrselect.go#L310: if ent.Prefix.Contains(ip) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |