Example #1
0
File: net.go Project: aodin/sol
func Cidr() types.BaseType {
	return types.Base("DATE")
}
Example #2
0
File: net.go Project: aodin/sol
func Inet() types.BaseType {
	return types.Base("INET")
}
Example #3
0
File: net.go Project: aodin/sol
func Macaddr() types.BaseType {
	return types.Base("MACADDR")
}