Home
last modified time | relevance | path

Searched refs:subnets (Results 1 – 25 of 65) sorted by relevance

123

/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dconfparse.c69 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 Dexample.sr45 # 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 Dnoauth4.out5 /// This configuration declares some subnets but has no interfaces-config
H A Dnoauth6.out5 /// This configuration declares some subnets but has no interfaces-config
H A Dipaddrhost4.out3 /// This configuration declares some subnets but has no interfaces-config
H A Doptdatagrouppool4.out4 /// This configuration declares some subnets but has no interfaces-config
H A Drange4.out4 /// This configuration declares some subnets but has no interfaces-config
H A Dpermitknown4.out4 /// This configuration declares some subnets but has no interfaces-config
H A Dsharetwo6.in61 # DHCPv6 two subnets in shared-network declaration config
H A Dprefix6.out4 /// This configuration declares some subnets but has no interfaces-config
H A Dshareone6.in618 # tried another pool here but DHCPv6 pools are allowed only in subnets
H A Doptiondatapool4.out4 /// This configuration declares some subnets but has no interfaces-config
H A Dtemporary6.out4 /// This configuration declares some subnets but has no interfaces-config
H A Dpreferred6.out3 /// This configuration declares some subnets but has no interfaces-config
H A Dpool4.out4 /// This configuration declares some subnets but has no interfaces-config
H A Dpool6.out4 /// This configuration declares some subnets but has no interfaces-config
H A Ddenyunknown6.out4 /// This configuration declares some subnets but has no interfaces-config
H A Dsharepools4.in41 # DHCPv4 two pools and subnets shared-network declaration config
H A Dhostname4.out4 /// This configuration declares some subnets but has no interfaces-config
H A Dsharetwo4.in41 # DHCPv4 two subnets in shared-network declaration config
H A Dpermitauth4.out4 /// This configuration declares some subnets but has no interfaces-config
H A Dsubnet4.out4 /// This configuration declares some subnets but has no interfaces-config
H A Doptiondatapool6.out4 /// This configuration declares some subnets but has no interfaces-config
/netbsd-src/etc/
H A Dnetworks10 # Your subnets
/netbsd-src/external/mpl/dhcp/dist/server/
H A Dmdb.c37 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