Source file src/vendor/golang.org/x/net/route/zsys_freebsd_amd64.go

     1  // Code generated by cmd/cgo -godefs; DO NOT EDIT.
     2  // cgo -godefs defs_freebsd.go
     3  
     4  package route
     5  
     6  const (
     7  	sizeofIfMsghdrlFreeBSD10        = 0xb0
     8  	sizeofIfaMsghdrFreeBSD10        = 0x14
     9  	sizeofIfaMsghdrlFreeBSD10       = 0xb0
    10  	sizeofIfmaMsghdrFreeBSD10       = 0x10
    11  	sizeofIfAnnouncemsghdrFreeBSD10 = 0x18
    12  
    13  	sizeofRtMsghdrFreeBSD10  = 0x98
    14  	sizeofRtMetricsFreeBSD10 = 0x70
    15  
    16  	sizeofIfMsghdrFreeBSD7  = 0xa8
    17  	sizeofIfMsghdrFreeBSD8  = 0xa8
    18  	sizeofIfMsghdrFreeBSD9  = 0xa8
    19  	sizeofIfMsghdrFreeBSD10 = 0xa8
    20  	sizeofIfMsghdrFreeBSD11 = 0xa8
    21  
    22  	sizeofIfDataFreeBSD7  = 0x98
    23  	sizeofIfDataFreeBSD8  = 0x98
    24  	sizeofIfDataFreeBSD9  = 0x98
    25  	sizeofIfDataFreeBSD10 = 0x98
    26  	sizeofIfDataFreeBSD11 = 0x98
    27  
    28  	sizeofIfMsghdrlFreeBSD10Emu        = 0xb0
    29  	sizeofIfaMsghdrFreeBSD10Emu        = 0x14
    30  	sizeofIfaMsghdrlFreeBSD10Emu       = 0xb0
    31  	sizeofIfmaMsghdrFreeBSD10Emu       = 0x10
    32  	sizeofIfAnnouncemsghdrFreeBSD10Emu = 0x18
    33  
    34  	sizeofRtMsghdrFreeBSD10Emu  = 0x98
    35  	sizeofRtMetricsFreeBSD10Emu = 0x70
    36  
    37  	sizeofIfMsghdrFreeBSD7Emu  = 0xa8
    38  	sizeofIfMsghdrFreeBSD8Emu  = 0xa8
    39  	sizeofIfMsghdrFreeBSD9Emu  = 0xa8
    40  	sizeofIfMsghdrFreeBSD10Emu = 0xa8
    41  	sizeofIfMsghdrFreeBSD11Emu = 0xa8
    42  
    43  	sizeofIfDataFreeBSD7Emu  = 0x98
    44  	sizeofIfDataFreeBSD8Emu  = 0x98
    45  	sizeofIfDataFreeBSD9Emu  = 0x98
    46  	sizeofIfDataFreeBSD10Emu = 0x98
    47  	sizeofIfDataFreeBSD11Emu = 0x98
    48  
    49  	sizeofSockaddrStorage = 0x80
    50  	sizeofSockaddrInet    = 0x10
    51  	sizeofSockaddrInet6   = 0x1c
    52  )
    53  

View as plain text