Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for eth3 (0.98 sec)

  1. src/net/netip/netip_test.go

    		{
    			in: "fd7a:115c:a1e0:ab12:4843:cd96:626b:430b%eth0",
    			ip: MkAddr(Mk128(0xfd7a115ca1e0ab12, 0x4843cd96626b430b), unique.Make(AddrDetail{IsV6: true, ZoneV6: "eth0"})),
    		},
    		// IPv6 with dotted decimal and zone specifier.
    		{
    			in:  "1:2::ffff:192.168.140.255%eth1",
    			ip:  MkAddr(Mk128(0x0001000200000000, 0x0000ffffc0a88cff), unique.Make(AddrDetail{IsV6: true, ZoneV6: "eth1"})),
    			str: "1:2::ffff:c0a8:8cff%eth1",
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
Back to top