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

/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf87 option subnet 255.255.255.0
93 #opt subnet
/freebsd-11-stable/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.c2079 struct iaddr netmask, subnet, broadcast; local
2083 subnet = subnet_number(lease->address, netmask);
2084 if (subnet.len) {
2086 piaddr(subnet));
2088 broadcast = broadcast_addr(subnet, netmask);
2624 warning("Incorrect subnet width: %d", width);
2633 * ... After deriving a subnet number and subnet mask
2635 * MUST zero any bits in the subnet number where the
/freebsd-11-stable/contrib/amd/libamu/
H A Dwire.c41 * This function returns the subnet (address&netmask) for the primary network
135 u_long subnet; local
154 subnet = ntohl(address) & ntohl(netmask);
190 np = getnetbyaddr(subnet, AF_INET);
195 * shift the subnet way from zeros and try again.
198 u_long short_subnet = subnet;
204 (u_int) subnet, (u_int) short_subnet);
209 if ((subnet & 0xffffff) == 0) {
210 xsnprintf(netNumberBuf, sizeof(netNumberBuf), "%lu", C(subnet >> 24));
211 } else if ((subnet
[all...]
/freebsd-11-stable/contrib/unbound/util/shm_side/
H A Dshm_main.c272 /* subnet mem value is available in shm, also when not enabled,
275 shm_stat->mem.subnet = 0;
277 shm_stat->mem.subnet = (long long)mod_get_mem(&worker->env,
278 "subnet");
/freebsd-11-stable/contrib/unbound/libunbound/
H A Dunbound.h640 long long subnet; member in struct:ub_shm_stat_info::__anon3
785 /** number of queries answered from edns-subnet specific data */
787 /** number of queries answered from edns-subnet specific data, and
788 * the answer was from the edns-subnet cache. */
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in107 SUBNET_SRC=edns-subnet/edns-subnet.c edns-subnet/subnetmod.c edns-subnet/addrtree.c edns-subnet/subnet-whitelist.c
134 edns-subnet/edns-subnet.c edns-subnet/subnetmod.c \
135 edns-subnet/addrtre
[all...]
H A Dconfigure1565 --enable-subnet Enable client subnet
18704 # Check whether --enable-subnet was given.
18714 SUBNET_OBJ="edns-subnet.lo subnetmod.lo addrtree.lo subnet-whitelist.lo"
18716 SUBNET_HEADER='$(srcdir)/edns-subnet/subnetmod.h $(srcdir)/edns-subnet/edns-subnet.h $(srcdir)/edns-subnet/subnet
[all...]
/freebsd-11-stable/contrib/unbound/daemon/
H A Dworker.c125 size_t subnet = 0; local
148 "subnet")==0)
149 subnet += (*worker->env.mesh->mods.mod[i]->get_mem)
170 total += subnet;
172 "rrset=%u infra=%u iter=%u val=%u subnet=%u anchors=%u "
177 (unsigned)subnet, (unsigned)anch, (unsigned)ac,
194 size_t subnet = 0;
207 "subnet")==0)
208 subnet += (*worker->env.mesh->mods.mod[i]->get_mem)
214 "subnet
[all...]
H A Dremote.c785 size_t subnet = 0; local
803 subnet = mod_get_mem(&worker->env, "subnet");
830 if(!print_longnum(ssl, "mem.mod.subnet"SQ, subnet))
1079 if(!ssl_printf(ssl, "num.query.subnet"SQ"%lu\n",
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c272 PR_LL("mem.mod.subnet", shm_stat->mem.subnet);
414 PR_UL("num.query.subnet", s->svr.num_query_subnet);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c1136 osm_subn_t *subnet = &fabric->osm->subn; local
1169 item = cl_qmap_head(&subnet->sw_guid_tbl);
1170 while (item != cl_qmap_end(&subnet->sw_guid_tbl)) {
1190 item = cl_qmap_head(&subnet->port_guid_tbl);
1191 while (item != cl_qmap_end(&subnet->port_guid_tbl)) {
1232 item = cl_qmap_head(&subnet->sw_guid_tbl);
1233 while (item != cl_qmap_end(&subnet->sw_guid_tbl)) {

Completed in 200 milliseconds