/freebsd-src/contrib/unbound/testdata/ |
H A D | subnet_prezero.crpl |
|
H A D | cachedb_subnet_toecs_timeout.crpl |
|
H A D | cachedb_subnet_change.crpl |
|
H A D | cachedb_subnet_expired.crpl |
|
H A D | subnet_global_prefetch_always_forward.crpl |
|
H A D | subnet_cached_ede.crpl |
|
H A D | subnet_cached_size.crpl |
|
H A D | subnet_cached_servfail.crpl |
|
H A D | subnet_global_prefetch_expired.crpl |
|
H A D | subnet_global_prefetch.crpl |
|
/freebsd-src/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-src/share/examples/ppp/ |
H A D | ppp.secret.sample | 38 subnet * 192.2.18.35-192.2.18.70 subnet
|
/freebsd-src/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-src/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-src/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-src/contrib/wpa/wpa_supplicant/examples/ |
H A D | udhcpd-p2p.conf | 87 option subnet 255.255.255.0
|
/freebsd-src/lib/libc/net/ |
H A D | networks | 4 your-netmask 255.255.255 # subnet mask for your-net
|
/freebsd-src/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-src/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-src/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
|
/freebsd-src/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()
|