type net.Interface

24 uses

	net (current package)
		interface.go#L30: type Interface struct {
		interface.go#L74: func (ifi *Interface) Addrs() ([]Addr, error) {
		interface.go#L87: func (ifi *Interface) MulticastAddrs() ([]Addr, error) {
		interface.go#L99: func Interfaces() ([]Interface, error) {
		interface.go#L128: func InterfaceByIndex(index int) (*Interface, error) {
		interface.go#L143: func interfaceByIndex(ift []Interface, index int) (*Interface, error) {
		interface.go#L153: func InterfaceByName(name string) (*Interface, error) {
		interface.go#L193: func (zc *ipv6ZoneCache) update(ift []Interface, force bool) (updated bool) {
		interface_bsd.go#L18: func interfaceTable(ifindex int) ([]Interface, error) {
		interface_bsd.go#L27: 	ift := make([]Interface, n)
		interface_bsd.go#L80: func interfaceAddrTable(ifi *Interface) ([]Addr, error) {
		interface_darwin.go#L23: func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {
		sockopt_posix.go#L23: func ipv4AddrToInterface(ip IP) (*Interface, error) {
		sockopt_posix.go#L52: func interfaceToIPv4Addr(ifi *Interface) (IP, error) {
		sockopt_posix.go#L75: func setIPv4MreqToInterface(mreq *syscall.IPMreq, ifi *Interface) error {
		sockoptip_bsdvar.go#L14: func setIPv4MulticastInterface(fd *netFD, ifi *Interface) error {
		sockoptip_posix.go#L14: func joinIPv4Group(fd *netFD, ifi *Interface, ip IP) error {
		sockoptip_posix.go#L24: func setIPv6MulticastInterface(fd *netFD, ifi *Interface) error {
		sockoptip_posix.go#L40: func joinIPv6Group(fd *netFD, ifi *Interface, ip IP) error {
		udpsock.go#L265: func ListenMulticastUDP(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error) {
		udpsock_posix.go#L113: func (sl *sysListener) listenMulticastUDP(ctx context.Context, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error) {
		udpsock_posix.go#L133: func listenIPv4MulticastUDP(c *UDPConn, ifi *Interface, ip IP) error {
		udpsock_posix.go#L148: func listenIPv6MulticastUDP(c *UDPConn, ifi *Interface, ip IP) error {