Searched refs:subnets (Results 1 – 25 of 65) sorted by relevance
123
| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | confparse.c | 69 TAILQ_HEAD(subnets, subnet) known_subnets; 2115 struct element *subnets; in parse_shared_net_declaration() local 2141 subnets = createList(); in parse_shared_net_declaration() 2142 mapSet(share, subnets, in parse_shared_net_declaration() 2177 if (listSize(subnets) == 0) in parse_shared_net_declaration() 2179 if (listSize(subnets) > 1) { in parse_shared_net_declaration() 2236 subnet = listGet(subnets, 0); in parse_shared_net_declaration() 2237 listRemove(subnets, 0); in parse_shared_net_declaration() 2274 subnets = mapGet(cfile->stack[1], "subnet4"); in parse_shared_net_declaration() 2275 if (subnets == NULL) { in parse_shared_net_declaration() [all …]
|
| /netbsd-src/external/bsd/ipf/dist/rules/ |
| H A D | example.sr | 45 # block any inbound UDP packets destined for these subnets. 52 # destined for these subnets. 58 # block any inbound ICMP packets destined for these subnets.
|
| /netbsd-src/external/mpl/dhcp/dist/keama/tests/ |
| H A D | noauth4.out | 5 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | noauth6.out | 5 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | ipaddrhost4.out | 3 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | optdatagrouppool4.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | range4.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | permitknown4.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | sharetwo6.in6 | 1 # DHCPv6 two subnets in shared-network declaration config
|
| H A D | prefix6.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | shareone6.in6 | 18 # tried another pool here but DHCPv6 pools are allowed only in subnets
|
| H A D | optiondatapool4.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | temporary6.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | preferred6.out | 3 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | pool4.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | pool6.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | denyunknown6.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | sharepools4.in4 | 1 # DHCPv4 two pools and subnets shared-network declaration config
|
| H A D | hostname4.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | sharetwo4.in4 | 1 # DHCPv4 two subnets in shared-network declaration config
|
| H A D | permitauth4.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | subnet4.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| H A D | optiondatapool6.out | 4 /// This configuration declares some subnets but has no interfaces-config
|
| /netbsd-src/etc/ |
| H A D | networks | 10 # Your subnets
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | mdb.c | 37 struct subnet *subnets; variable 942 for (rv = subnets; rv; rv = rv -> next_subnet) { in find_subnet() 963 for (rv = share -> subnets; rv; rv = rv -> next_sibling) { in find_grouped_subnet() 1020 if (subnets) 1021 subnet_reference (&next, subnets, MDL); 1036 subnet_dereference (&subnets, MDL); 1037 subnet_reference (&subnets, subnet, MDL); 1050 if (subnets) { 1051 subnet_reference (&subnet -> next_subnet, subnets, MDL); 1052 subnet_dereference (&subnets, MDL); [all …]
|
123