| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-gw.h | 35 subnet_t *NONNULL subnets; member in struct:udp_validator
|
| srp-dns-proxy.c | 29 // Get list of permitted source subnets for TCP updates 75 ERROR(" -t can only appear once, and is followed by one or more subnets."); 77 ERROR(" one or more subnets."); 1100 sp = &((*up)->subnets);
|
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 60 /* To map reservations to declared subnets */ 69 TAILQ_HEAD(subnets, subnet) known_subnets; 71 /* To map pools to subnets inside a shared-network */ 155 "declares some subnets but " 2067 /* Move pools to subnets */ 2115 struct element *subnets; local 2141 subnets = createList(); 2142 mapSet(share, subnets, 2177 if (listSize(subnets) == 0) 2179 if (listSize(subnets) > 1) 2348 struct element *subnets; local 2440 struct element *subnets; local 2603 struct handle *subnets = NULL; local [all...] |
| /src/external/mpl/dhcp/dist/server/ |
| mdb.c | 37 struct subnet *subnets; variable in typeref:struct:subnet 805 /* All subnets should have attached shared network structures. */ 942 for (rv = subnets; rv; rv = rv -> next_subnet) { 963 for (rv = share -> subnets; rv; rv = rv -> next_sibling) { 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) [all...] |
| confpars.c | 496 /* share -> subnets is the subnet we just parsed. */ 497 if (share->subnets) { 499 share->subnets->interface, 504 n = piaddrmask(&share->subnets->net, 505 &share->subnets->netmask); 507 n = piaddrcidr(&share->subnets->net, 508 share->subnets->prefix_len); 520 share->subnets->group->authoritative; 2656 if (!share -> subnets) 2724 /* Add the subnet to the list of subnets in this shared net. * [all...] |
| dhcpv6.c | 1430 * If we failed to pick an IPv6 address from any of the subnets. 2522 for (subnet = reply->shared->subnets ; subnet != NULL ; 3388 for (subnet = reply->shared->subnets ; subnet != NULL ; 4437 * declared outside of any subnets. If there is a static address 5552 /* If there are no recorded subnets, then we have no 5555 subnet = shared->subnets; 5608 /* Find out if any subnets cover this address. */ 5609 for (subnet = shared->subnets ; subnet != NULL ; 8074 for (subnet = shared->subnets ; subnet != NULL ;
|
| dhcp.c | 5538 if ((packet->shared_network->subnets != NULL) && 5539 (packet->shared_network->subnets->group != NULL)) { 5543 packet->shared_network->subnets->group,
|
| /src/external/mpl/dhcp/dist/contrib/ms2isc/ |
| ms2isc.pl | 77 In addition, the resulting subnets configuration will have the "deny
322 my ($RegVal, @Subnets, @Router, $SubnetName, $SubnetComment, @SubnetOptions, @SRouter, @SDNSServers, @SDomainname, @SWINSservers, @SNetBIOS, @SLeaseDuration, @SSubnetState, @SExclusionRanges, @SSubnetAddress, @SSubnetMask, @SFirstAddress, $SStartAddress, $SEndAddress, @InclusionRanges, @SBroadcastAddress);
324 print "Getting list of subnets\n";
325 if (Registry::GetRegSubkeyList ("\\\\$Server\\HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\DHCPServer\\Configuration\\Subnets", \@Subnets)) {
326 die "Unable to obtain a list of subnets from the server!\n";
329 for (my $i=0; $i<=$#Subnets; $i++) {
330 print "\t Fetching Subnet $Subnets[$i] (",$i+1, "/", $#Subnets+1, "): ";
333 if (!Registry::GetRegSubkeyList ("\\\\$Server\\HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\DHCPServer\\Configuration\\Subnets\\$Subnets[$i]\\IpRanges", \@SFirstAddress)) { [all...] |
| /src/external/mpl/dhcp/dist/common/ |
| comapi.c | 691 /* Can't write subnets yet. */ 732 /* Can't look up subnets yet. */ 821 if (shared_network -> subnets) 822 subnet_dereference (&shared_network -> subnets, file, line);
|
| discover.c | 868 /* Find subnets that don't have valid interface 871 ? tmp -> shared_network -> subnets
|
| /src/external/mpl/dhcp/dist/includes/ |
| dhcpd.h | 1063 struct subnet *subnets; member in struct:shared_network 3525 extern struct subnet *subnets;
|