Home
last modified time | relevance | path

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

123

/freebsd-src/contrib/unbound/testdata/
H A Dsubnet_prezero.crpl
H A Dcachedb_subnet_toecs_timeout.crpl
H A Dcachedb_subnet_change.crpl
H A Dcachedb_subnet_expired.crpl
H A Dsubnet_global_prefetch_always_forward.crpl
H A Dsubnet_cached_ede.crpl
H A Dsubnet_cached_size.crpl
H A Dsubnet_cached_servfail.crpl
H A Dsubnet_global_prefetch_expired.crpl
H A Dsubnet_global_prefetch.crpl
/freebsd-src/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-src/share/examples/ppp/
H A Dppp.secret.sample38 subnet * 192.2.18.35-192.2.18.70 subnet
/freebsd-src/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-src/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-src/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-src/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf87 option subnet 255.255.255.0
/freebsd-src/lib/libc/net/
H A Dnetworks4 your-netmask 255.255.255 # subnet mask for your-net
/freebsd-src/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-src/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-src/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
/freebsd-src/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()

123