...
1
2
3
4 package route
5
6 const (
7 sizeofIfMsghdrlFreeBSD10 = 0xb0
8 sizeofIfaMsghdrFreeBSD10 = 0x14
9 sizeofIfmaMsghdrFreeBSD10 = 0x10
10 sizeofIfAnnouncemsghdrFreeBSD10 = 0x18
11
12 sizeofRtMsghdrFreeBSD10 = 0x98
13 sizeofRtMetricsFreeBSD10 = 0x70
14
15 sizeofIfMsghdrFreeBSD7 = 0xa8
16 sizeofIfMsghdrFreeBSD8 = 0xa8
17 sizeofIfMsghdrFreeBSD9 = 0xa8
18 sizeofIfMsghdrFreeBSD10 = 0xa8
19 sizeofIfMsghdrFreeBSD11 = 0xa8
20
21 sizeofIfaMsghdrFreeBSD10Emu = 0x14
22 sizeofIfmaMsghdrFreeBSD10Emu = 0x10
23 sizeofIfAnnouncemsghdrFreeBSD10Emu = 0x18
24
25 sizeofRtMsghdrFreeBSD10Emu = 0x98
26 sizeofRtMetricsFreeBSD10Emu = 0x70
27
28 sizeofIfMsghdrFreeBSD7Emu = 0xa8
29 sizeofIfMsghdrFreeBSD8Emu = 0xa8
30 sizeofIfMsghdrFreeBSD9Emu = 0xa8
31 sizeofIfMsghdrFreeBSD10Emu = 0xa8
32 sizeofIfMsghdrFreeBSD11Emu = 0xa8
33
34 sizeofSockaddrInet = 0x10
35 sizeofSockaddrInet6 = 0x1c
36 )
37
View as plain text