...

Source file src/golang.org/x/net/route/zsys_darwin.go

Documentation: golang.org/x/net/route

     1  // Code generated by cmd/cgo -godefs; DO NOT EDIT.
     2  // cgo -godefs defs_darwin.go
     3  
     4  package route
     5  
     6  const (
     7  	sizeofIfMsghdrDarwin15    = 0x70
     8  	sizeofIfaMsghdrDarwin15   = 0x14
     9  	sizeofIfmaMsghdrDarwin15  = 0x10
    10  	sizeofIfMsghdr2Darwin15   = 0xa0
    11  	sizeofIfmaMsghdr2Darwin15 = 0x14
    12  
    13  	sizeofRtMsghdrDarwin15  = 0x5c
    14  	sizeofRtMsghdr2Darwin15 = 0x5c
    15  
    16  	sizeofSockaddrInet  = 0x10
    17  	sizeofSockaddrInet6 = 0x1c
    18  )
    19  

View as plain text