...
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 = 0x70
16 sizeofIfMsghdrFreeBSD8 = 0x70
17 sizeofIfMsghdrFreeBSD9 = 0x70
18 sizeofIfMsghdrFreeBSD10 = 0x70
19 sizeofIfMsghdrFreeBSD11 = 0xa8
20
21 sizeofIfaMsghdrFreeBSD10Emu = 0x14
22 sizeofIfmaMsghdrFreeBSD10Emu = 0x10
23 sizeofIfAnnouncemsghdrFreeBSD10Emu = 0x18
24
25 sizeofRtMsghdrFreeBSD10Emu = 0x5c
26 sizeofRtMetricsFreeBSD10Emu = 0x38
27
28 sizeofIfMsghdrFreeBSD7Emu = 0x70
29 sizeofIfMsghdrFreeBSD8Emu = 0x70
30 sizeofIfMsghdrFreeBSD9Emu = 0x70
31 sizeofIfMsghdrFreeBSD10Emu = 0x70
32 sizeofIfMsghdrFreeBSD11Emu = 0xa8
33
34 sizeofSockaddrInet = 0x10
35 sizeofSockaddrInet6 = 0x1c
36 )
37
View as plain text