Lines Matching +full:part +full:- +full:number
39 .Nd Internet network number manipulation routines
53 function converts an Internet network number from network format (usually a
60 is the number of bits in
62 that are the network number.
71 function converts a presentation format Internet network number (that is,
75 It returns the number of bits (either computed based on the class, or
76 specified with /CIDR), or \-1 if a failure occurred
82 if the Internet network number was not valid).
97 .Bd -literal -offset indent
107 to the four bytes of an Internet network number.
109 that when an Internet network number is viewed as a 32-bit
110 integer quantity on a system that uses little-endian
117 That is, little-endian bytes are ordered from right to left.
119 When a three part number is specified, the last
120 part is interpreted as a 16-bit quantity and placed
121 in the least significant two bytes of the Internet network number.
123 When a two part number is supplied, the last part
124 is interpreted as a 24-bit quantity and placed in
125 the least significant three bytes of the Internet network number.
127 When only one part is given, the value is stored
128 directly in the Internet network number without any byte
139 otherwise, the number is interpreted as decimal).
142 .\" XXX - document this!