type net.Interface
31 uses
net (current package)
interface.go#L31: type Interface struct {
interface.go#L77: func (ifi *Interface) Addrs() ([]Addr, error) {
interface.go#L90: func (ifi *Interface) MulticastAddrs() ([]Addr, error) {
interface.go#L102: func Interfaces() ([]Interface, error) {
interface.go#L131: func InterfaceByIndex(index int) (*Interface, error) {
interface.go#L146: func interfaceByIndex(ift []Interface, index int) (*Interface, error) {
interface.go#L156: func InterfaceByName(name string) (*Interface, error) {
interface.go#L196: 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 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_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 {
|
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |