/freebsd/sbin/dhclient/ |
H A D | inet.c | 77 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 D | netmask.subr | 64 # 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 D | ppp.secret.sample | 38 subnet * 192.2.18.35-192.2.18.70 subnet
|
/freebsd/usr.sbin/bsdconfig/networking/include/ |
H A D | messages.subr | 61 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 D | pcp.sh | 80 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 D | udhcpd-p2p.conf | 87 option subnet 255.255.255.0
|
/freebsd/lib/libc/net/ |
H A D | networks | 4 your-netmask 255.255.255 # subnet mask for your-net
|
/freebsd/libexec/bootpd/ |
H A D | bootptab.mcs | 29 # sm -- subnet mask 54 # Next, we can define different master entries for each subnet. . .
|
H A D | bootptab.cmu | 29 # sm -- subnet mask 56 # Next, we can define different master entries for each subnet. . .
|
/freebsd/share/examples/ipfilter/rules/ |
H A D | server | 5 # leaf subnet. We're not concerned about filtering individual services
|
H A D | example.5 | 8 # allow any TCP packets from the same subnet as foo is on through to host
|
H A D | example.11 | 2 # allow any TCP packets from the same subnet as foo is on through to host
|
H A D | firewall | 33 * "int-net" is the internal network IP# subnet address range. This might
|
H A D | nat-setup | 68 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 D | shm_main.c | 281 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 D | configlexer.lex | 376 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 D | README | 16 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 D | tcpip.subr | 381 # 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 D | unbound.h | 670 long long subnet; member
|
/freebsd/usr.sbin/ppp/ |
H A D | README.nat | 106 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 D | README | 78 * --enable-subnet 79 Enable EDNS client subnet processing.
|
/freebsd/contrib/unbound/ |
H A D | Makefile.in | 110 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 D | configure.ac | 1094 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 D | worker.c | 128 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 D | natd.cf.sample | 86 # number, even when the inside number is on the same subnet as they are!
|