Home
last modified time | relevance | path

Searched refs:subnet (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sbin/dhclient/
H A Dinet.c77 broadcast_addr(struct iaddr subnet, struct iaddr mask) in broadcast_addr() argument
82 if (subnet.len != mask.len) { in broadcast_addr()
87 for (i = 0; i < subnet.len; i++) in broadcast_addr()
88 rv.iabuf[i] = subnet.iabuf[i] | (~mask.iabuf[i] & 255); in broadcast_addr()
89 rv.len = subnet.len; in broadcast_addr()
/freebsd/usr.sbin/bsdconfig/networking/share/
H A Dnetmask.subr64 # Returns zero if the given argument (a subnet mask) is of the proper format.
66 # If the subnet mask is determined to be invalid, the appropriate error will be
92 # subnet mask is changed while NFS-exported directories are mounted,
/freebsd/share/examples/ppp/
H A Dppp.secret.sample38 subnet * 192.2.18.35-192.2.18.70 subnet
/freebsd/usr.sbin/bsdconfig/networking/include/
H A Dmessages.subr61 msg_ipv4_mask_field_contains_invalid_chars="ERROR! One or more individual fields within the subnet
62 msg_ipv4_mask_field_exceeds_max_value="ERROR! One or more individual fields within the subnet mask\…
63 msg_ipv4_mask_field_invalid_value="ERROR! One or more individual fields within the subnet mask\n(se…
64 msg_ipv4_mask_field_is_null="ERROR! One or more individual fields within the subnet mask\n(separate…
65 msg_ipv4_mask_field_missing_or_extra="ERROR! The subnet mask entered has either too few or too many…
86 msg_please_enter_subnet_mask="Please enter the new network subnet mask for the %s interface:"
/freebsd/sbin/dhclient/tests/
H A Dpcp.sh80 subnet 192.0.2.0 netmask 255.255.255.0 {
161 subnet 192.0.2.0 netmask 255.255.255.0 {
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf87 option subnet 255.255.255.0
/freebsd/lib/libc/net/
H A Dnetworks4 your-netmask 255.255.255 # subnet mask for your-net
/freebsd/libexec/bootpd/
H A Dbootptab.mcs29 # sm -- subnet mask
54 # Next, we can define different master entries for each subnet. . .
H A Dbootptab.cmu29 # sm -- subnet mask
56 # Next, we can define different master entries for each subnet. . .
/freebsd/share/examples/ipfilter/rules/
H A Dserver5 # leaf subnet. We're not concerned about filtering individual services
H A Dexample.58 # allow any TCP packets from the same subnet as foo is on through to host
H A Dexample.112 # allow any TCP packets from the same subnet as foo is on through to host
H A Dfirewall33 * "int-net" is the internal network IP# subnet address range. This might
H A Dnat-setup68 in the 10.1.2.0/24 subnet from using NAT, you might use the following rule
/freebsd/contrib/unbound/util/shm_side/
H A Dshm_main.c281 shm_stat->mem.subnet = 0; in shm_main_run()
283 shm_stat->mem.subnet = (long long)mod_get_mem(&worker->env, in shm_main_run()
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex376 send-client-subnet{COLON} { YDVAR(1, VAR_SEND_CLIENT_SUBNET) }
377 client-subnet-zone{COLON} { YDVAR(1, VAR_CLIENT_SUBNET_ZONE) }
378 client-subnet-always-forward{COLON} { YDVAR(1, VAR_CLIENT_SUBNET_ALWAYS_FORWARD) }
379 client-subnet-opcode{COLON} { YDVAR(1, VAR_CLIENT_SUBNET_OPCODE) }
380 max-client-subnet-ipv4{COLON} { YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV4) }
381 max-client-subnet-ipv6{COLON} { YDVAR(1, VAR_MAX_CLIENT_SUBNET_IPV6) }
382 min-client-subnet-ipv4{COLON} { YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV4) }
383 min-client-subnet-ipv6{COLON} { YDVAR(1, VAR_MIN_CLIENT_SUBNET_IPV6) }
/freebsd/contrib/ntp/
H A DREADME16 well as setting up an NTP subnet, is in the HTML pages in the ./html/
123 timekeeping subnet.
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr381 # Returns zero if the given argument (a subnet mask) is of the proper format.
384 # 1 One or more individual fields within the subnet mask (separated
386 # 2 One or more individual fields within the subnet mask are null
388 # 3 One or more individual fields within the subnet mask exceeds
390 # 4 The subnet mask has either too few or too many fields.
391 # 5 One or more individual fields within the subnet mask is an
429 # Returns success if $ipaddr and $gateway are in the same network given subnet
551 # Returns the IPv4 subnet mask associated with $interface. If $var_to_set is
814 subnet-mask \
1109 # VAR_NETMASK Interface subnet mask.
/freebsd/contrib/unbound/libunbound/
H A Dunbound.h670 long long subnet; member
/freebsd/usr.sbin/ppp/
H A DREADME.nat106 communicate properly. A common error is inconsistent subnet addresses
197 In the instance that there is a subnet of public addresses and another
198 subnet of private addresses being routed by the ppp host, then only the
199 packets on the private subnet will be NAT'd.
/freebsd/contrib/unbound/doc/
H A DREADME78 * --enable-subnet
79 Enable EDNS client subnet processing.
/freebsd/contrib/unbound/
H A DMakefile.in110 SUBNET_SRC=edns-subnet/edns-subnet.c edns-subnet/subnetmod.c edns-subnet/addrtree.c edns-subnet/sub…
139 edns-subnet/edns-subnet.c edns-subnet/subnetmod.c \
140 edns-subnet/addrtree.c edns-subnet/subnet-whitelist.c \
1166 edns-subnet.lo edns-subnet.o: $(srcdir)/edns-subnet/edns-subnet.c config.h
1167 subnetmod.lo subnetmod.o: $(srcdir)/edns-subnet/subnetmod.c config.h
1168 addrtree.lo addrtree.o: $(srcdir)/edns-subnet/addrtree.c config.h $(srcdir)/util/log.h \
1171 $(srcdir)/sldns/pkthdr.h $(srcdir)/sldns/rrdef.h $(srcdir)/edns-subnet/addrtree.h
1172 subnet-whitelist.lo subnet-whitelist.o: $(srcdir)/edns-subnet/subnet-whitelist.c config.h
H A Dconfigure.ac1094 AC_ARG_ENABLE(subnet, AS_HELP_STRING([--enable-subnet],[Enable client subnet])) optenable
1097 AC_DEFINE([CLIENT_SUBNET], [1], [Define this to enable client subnet option.])
1098 SUBNET_OBJ="edns-subnet.lo subnetmod.lo addrtree.lo subnet-whitelist.lo"
1100 …R='$(srcdir)/edns-subnet/subnetmod.h $(srcdir)/edns-subnet/edns-subnet.h $(srcdir)/edns-subnet/sub…
/freebsd/contrib/unbound/daemon/
H A Dworker.c128 size_t subnet = 0; in worker_mem_report() local
152 subnet += (*worker->env.mesh->mods.mod[i]->get_mem) in worker_mem_report()
175 total += subnet; in worker_mem_report()
182 (unsigned)subnet, (unsigned)anch, (unsigned)ac, in worker_mem_report()
199 size_t subnet = 0; in worker_mem_report()
213 subnet += (*worker->env.mesh->mods.mod[i]->get_mem) in worker_mem_report()
223 (unsigned)val, (unsigned)subnet); in worker_mem_report()
/freebsd/sbin/natd/samples/
H A Dnatd.cf.sample86 # number, even when the inside number is on the same subnet as they are!

123