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