func net.dtoi
11 uses
net (current package)
conf.go#L295: debugLevel, _, _ = dtoi(s)
dial.go#L187: proto, i, ok := dtoi(protostr)
dnsconfig_unix.go#L99: n, _, _ := dtoi(s[6:])
dnsconfig_unix.go#L107: n, _, _ := dtoi(s[8:])
dnsconfig_unix.go#L113: n, _, _ := dtoi(s[9:])
interface.go#L253: index, _, _ = dtoi(name)
ip.go#L551: n, c, ok := dtoi(s)
ip.go#L724: n, i, ok := dtoi(mask)
lookup_unix.go#L38: if proto, _, ok := dtoi(f[1]); ok {
parse.go#L122: func dtoi(s string) (n int, i int, ok bool) {
port_unix.go#L35: port, j, ok := dtoi(portnet)
 |
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. |