...

Source file src/golang.org/x/net/ipv4/zsys_aix_ppc64.go

Documentation: golang.org/x/net/ipv4

     1  // Code generated by cmd/cgo -godefs; DO NOT EDIT.
     2  // cgo -godefs defs_aix.go
     3  
     4  // Added for go1.11 compatibility
     5  //go:build aix
     6  
     7  package ipv4
     8  
     9  const (
    10  	sizeofIPMreq = 0x8
    11  )
    12  
    13  type ipMreq struct {
    14  	Multiaddr [4]byte /* in_addr */
    15  	Interface [4]byte /* in_addr */
    16  }
    17  

View as plain text