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