Searched refs:subnet (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/share/examples/ppp/
H A Dppp.secret.sample39 subnet * 192.2.18.35-192.2.18.70 subnet
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf87 option subnet 255.255.255.0
93 #opt subnet
/freebsd-10.0-release/sbin/dhclient/
H A Ddhclient.conf8 request subnet-mask, broadcast-address, time-offset,
11 require subnet-mask, domain-name-servers;
24 option subnet-mask 255.255.255.255;
32 option subnet-mask 255.255.255.0;
H A Dinet.c72 * Given a subnet number and netmask, return the address on that subnet
77 broadcast_addr(struct iaddr subnet, struct iaddr mask) argument
82 if (subnet.len != mask.len) {
87 for (i = 0; i < subnet.len; i++)
88 rv.iabuf[i] = subnet.iabuf[i] | (~mask.iabuf[i] & 255);
89 rv.len = subnet.len;
H A Ddhclient.c2020 struct iaddr netmask, subnet, broadcast; local
2024 subnet = subnet_number(lease->address, netmask);
2025 if (subnet.len) {
2027 piaddr(subnet));
2029 broadcast = broadcast_addr(subnet, netmask);
2561 warning("Incorrect subnet width: %d", width);
2570 * ... After deriving a subnet number and subnet mask
2572 * MUST zero any bits in the subnet number where the
/freebsd-10.0-release/contrib/amd/libamu/
H A Dwire.c45 * This function returns the subnet (address&netmask) for the primary network
139 u_long subnet; local
158 subnet = ntohl(address) & ntohl(netmask);
194 np = getnetbyaddr(subnet, AF_INET);
199 * shift the subnet way from zeros and try again.
202 u_long short_subnet = subnet;
208 (u_int) subnet, (u_int) short_subnet);
213 if ((subnet & 0xffffff) == 0) {
214 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu", C(subnet >> 24));
215 } else if ((subnet
[all...]
/freebsd-10.0-release/sys/dev/ixgb/
H A DREADME71 is the IP address for another machine on the same subnet as the interface
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddummynet.txt74 means that sched 10 will have one instance per /24 source subnet,

Completed in 163 milliseconds