type net.Interface
31 uses
net (current package)
interface.go#L42: type Interface struct {
interface.go#L88: func (ifi *Interface) Addrs() ([]Addr, error) {
interface.go#L101: func (ifi *Interface) MulticastAddrs() ([]Addr, error) {
interface.go#L113: func Interfaces() ([]Interface, error) {
interface.go#L142: func InterfaceByIndex(index int) (*Interface, error) {
interface.go#L157: func interfaceByIndex(ift []Interface, index int) (*Interface, error) {
interface.go#L167: func InterfaceByName(name string) (*Interface, error) {
interface.go#L207: func (zc *ipv6ZoneCache) update(ift []Interface, force bool) (updated bool) {
interface_linux.go#L16: func interfaceTable(ifindex int) ([]Interface, error) {
interface_linux.go#L25: var ift []Interface
interface_linux.go#L58: func newLink(ifim *syscall.IfInfomsg, attrs []syscall.NetlinkRouteAttr) *Interface {
interface_linux.go#L59: ifi := &Interface{Index: int(ifim.Index), Flags: linkFlags(ifim.Flags)}
interface_linux.go#L123: func interfaceAddrTable(ifi *Interface) ([]Addr, error) {
interface_linux.go#L132: var ift []Interface
interface_linux.go#L147: func addrTable(ift []Interface, ifi *Interface, msgs []syscall.NetlinkMessage) ([]Addr, error) {
interface_linux.go#L207: func interfaceMulticastAddrTable(ifi *Interface) ([]Addr, error) {
interface_linux.go#L213: func parseProcNetIGMP(path string, ifi *Interface) []Addr {
interface_linux.go#L250: func parseProcNetIGMP6(path string, ifi *Interface) []Addr {
sockopt_posix.go#L23: func interfaceToIPv4Addr(ifi *Interface) (IP, error) {
sockopt_posix.go#L46: func setIPv4MreqToInterface(mreq *syscall.IPMreq, ifi *Interface) error {
sockoptip_linux.go#L12: 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#L353: func ListenMulticastUDP(network string, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error) {
udpsock_posix.go#L233: func (sl *sysListener) listenMulticastUDP(ctx context.Context, ifi *Interface, gaddr *UDPAddr) (*UDPConn, error) {
udpsock_posix.go#L259: func listenIPv4MulticastUDP(c *UDPConn, ifi *Interface, ip IP) error {
udpsock_posix.go#L274: func listenIPv6MulticastUDP(c *UDPConn, ifi *Interface, ip IP) error {
github.com/google/uuid
node_net.go#L11: var interfaces []net.Interface // cached list of interfaces
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |