Lines Matching +full:part +full:- +full:number

55 In either case, include the pseudo-devices
58 The ``pty'' pseudo-device forces the pseudo terminal device driver
61 while the ``loop'' pseudo-device forces inclusion of the software loopback
67 Ethernet, the pseudo-device ``ether'' should also be included
69 Protocol module used in mapping between 48-bit Ethernet
70 and 32-bit Internet addresses.
84 part of an address may check that the host part of the address is correct.
95 Note that the use of trailer link-level is now negotiated between \*(4B hosts
113 network to off-site hosts. Subnetworks are useful because
117 The standard describing this change in Internet addressing is RFC-950.
120 address space (the Internet ``host part'' of the 32-bit address)
123 number have a 24-bit host address space with which to work, sites with a
124 class B network number have a 16-bit host address space, while sites with
125 a class C network number have an 8-bit host address space\**.
128 ``Address Mappings'', Internet RFC-796, J. Postel; available from
135 to hosts off-site. For example, if your site has a class B network
136 number, hosts on this network have an Internet address that contains
137 the network number, 16 bits, and the host number, another
139 possessing at most 255 hosts, 8 bits may be taken from the local part.
140 (The use of subnets 0 and all-1's, 255 in this example, is discouraged
143 numbers are then constructed by concatenating the original 16-bit network
144 number with the extra 8 bits containing the local subnet number.
152 portion of the Internet address that is to be considered the network part
155 network part as well as the portion of the local part
160 of the local part have been reserved for defining subnets;
172 sub-network \fIn\fP of this network would then have addresses of
182 according to RFC-919 is the address with a host part of all 1's.
183 The address used by 4.2BSD was the address with a host part of 0.
191 as for normal host addresses, with the remaining host part set to 1's
194 sent to the logical-network broadcast address as well as those sent
195 to the subnet broadcast address, and when using an all-1's broadcast,
208 especially for multi-homed hosts using Serial Line IP (SLIP).
248 /sbin/route add default \fIsmart-gateway\fP 1
277 \fB#\fP \fInetstat \-r\fP
281 \fB#\fP \fInetstat \-r \-s\fP
283 will show the number of routing table entries dynamically
293 hosts with only a single non-loopback interface never attempt
297 on a network disagree on the network number or broadcast address.
307 sysctl -w net.inet.ip.redirect=0
341 numbers (contact hostmaster@SRI-NIC.ARPA).
389 The value of \fIroutedflags\fP provides host-specific options to
394 routedflags=-q
398 .Xr "routed -q"
403 commands of the following sort should be placed in the site-dependent file
407 if [ -f /usr/sbin/timed ]; then
408 /usr/sbin/timed & echo -n ' timed' >/dev/console
413 In \*(4B most of the servers for user-visible services are started up by a
473 If you are running the name server, you may omit the domain part
497 from moving outside that part of the filesystem where the
524 \fB#\fP \fIawk -F: '{$2="*";print$1":"$2":"$3":"$4":"$5":"$6":"}' < /etc/passwd > passwd\fP
525 \fB#\fP \fIawk -F: '{$2="*";print$1":"$2":"}' < /etc/group > group\fP