ipv4: plumb in the standard library of Go 1.9 by using internal/socket package This change uses the internal/socket package to ensure that the ipv4 package works with all supported versions of the Go standard library. Fixes golang/go#19051. Change-Id: If0256007c749c319970533823a10afdc1ffbce31 Reviewed-on: https://go-review.googlesource.com/37036 Reviewed-by: Ian Lance Taylor <iant@golang.org>