mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Use more modern architectures than VAX for little endian machines
This commit is contained in:
parent
010ebba66c
commit
4d721ca3ae
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121077
@ -58,10 +58,13 @@ interface provides access to the
|
||||
protocol.
|
||||
.Sh ADDRESSING
|
||||
Internet addresses are four byte quantities, stored in
|
||||
network standard format (on the
|
||||
.Tn VAX
|
||||
these are word and byte
|
||||
reversed).
|
||||
network standard format (on little endian machines, such as the
|
||||
.Tn alpha ,
|
||||
.Tn amd64 ,
|
||||
.Tn i386
|
||||
and
|
||||
.Tn ia64
|
||||
these are word and byte reversed).
|
||||
The include file
|
||||
.In netinet/in.h
|
||||
defines this address
|
||||
|
Loading…
Reference in New Issue
Block a user