func ExampleListener() { … } func ExampleDialer() { … } func ExampleDialer_unix() { … } func ExampleIPv4() { … } func ExampleParseCIDR() { … } func ExampleParseIP() { … } func ExampleIP_DefaultMask() { … } func ExampleIP_Equal() { … } func ExampleIP_IsGlobalUnicast() { … } func ExampleIP_IsInterfaceLocalMulticast() { … } func ExampleIP_IsLinkLocalMulticast() { … } func ExampleIP_IsLinkLocalUnicast() { … } func ExampleIP_IsLoopback() { … } func ExampleIP_IsMulticast() { … } func ExampleIP_IsPrivate() { … } func ExampleIP_IsUnspecified() { … } func ExampleIP_Mask() { … } func ExampleIP_String() { … } func ExampleIP_To16() { … } func ExampleIP_to4() { … } func ExampleCIDRMask() { … } func ExampleIPv4Mask() { … } func ExampleUDPConn_WriteTo() { … }