Searched refs:subnet (Results 1 - 19 of 19) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A DRU_isp_list.js1582 var subnet=[
2838 if(subnet[j]!="#")
2839 parent.static_subnet=subnet[j];
H A Dfuncs.js536 function checksubnet(subnet)
538 var subnetArray = subnet.split(".");
627 if( subnet == "0.0.0.0" )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/dhcp6/
H A Ddhcp6s.c111 struct link_decl *subnet = NULL; variable in typeref:struct:link_decl
633 /* ToDo: allocate subnet after relay agent done
635 * if the subnet couldn't be found return status code NotOnLink to client
644 subnet = dhcp6_allocate_link(ifp, globalgroup, NULL);
646 subnet = dhcp6_allocate_link(ifp, globalgroup, &relay);
720 if (host == NULL && subnet == NULL) {
728 if (subnet) {
729 roptinfo.pref = subnet->linkscope.server_pref;
730 roptinfo.flags = (optinfo->flags & subnet->linkscope.allow_flags) |
731 subnet
[all...]
H A Dserver6_addr.c596 dhcp6_create_addrlist(roptinfo, optinfo, iaidaddr, subnet)
600 const struct link_decl *subnet;
609 roptinfo->iaidinfo.renewtime = subnet->linkscope.renew_time;
610 roptinfo->iaidinfo.rebindtime = subnet->linkscope.rebind_time;
626 for (seg = subnet->seglist; seg; seg = seg->next) {
839 dhcp6_create_prefixlist(roptinfo, optinfo, iaidaddr, subnet)
843 const struct link_decl *subnet;
851 roptinfo->iaidinfo.renewtime = subnet->linkscope.renew_time;
852 roptinfo->iaidinfo.rebindtime = subnet->linkscope.rebind_time;
854 for (prefix6 = subnet
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/include/
H A Dnameserv.h221 struct subnet_record *subnet; member in struct:name_record
243 struct subnet_record *subnet; member in struct:server_record
254 struct subnet_record *subnet; member in struct:work_record
405 /* A subnet structure. It contains a list of workgroups and netbios names. */
408 B nodes will have their own, totally separate subnet record, with their
409 own netbios name set. These do NOT interact with other subnet records'
425 enum subnet_type type; /* To catagorize the subnet. */
602 the UNICAST subnet. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_namelistdb.c103 Find a name in a subnet.
118 DEBUG( 9, ( "find_name_on_subnet: on subnet %s - self name %s NOT FOUND\n",
123 DEBUG( 9, ("find_name_on_subnet: on subnet %s - found name %s source=%d\n",
128 DEBUG( 9, ( "find_name_on_subnet: on subnet %s - name %s NOT FOUND\n",
153 Update the ttl of an entry in a subnet name list.
165 namerec->subnet->namelist_changed = True;
169 Add an entry to a subnet name list.
199 namerec->subnet = subrec;
231 ttl=%d nb_flags=%2x to subnet %s\n",
269 fails. Note that this is only ever called on a broadcast subnet wit
[all...]
H A Dnmbd_serverlistdb.c55 work->subnet->work_changed = True;
80 work->subnet->work_changed = True;
115 work->subnet->work_changed = True;
147 servrec->subnet = work->subnet;
161 work->subnet->work_changed = True;
180 servrec->subnet->work_changed = True;
200 work->subnet->work_changed = True;
208 out this server record from an earlier subnet.
229 * per subnet
[all...]
H A Dnmbd_winsserver.c469 dbgtext( "on subnet %s. ", subrec->subnet_name );
768 received for name %s from IP %s on subnet %s. Error - should not be sent to WINS server\n",
1134 received for name %s from IP %s on subnet %s. Error - should not be sent to WINS server\n",
1145 received for name %s from IP %s on subnet %s. Errror - group names should not be multihomed.\n",
1491 * to discover other domains that may not have a presence on their subnet.
1607 received for name %s from IP %s on subnet %s. Error - should not be sent to WINS server\n",
1733 namerec->subnet->namelist_changed = True;
H A Dnmbd_workgroupdb.c38 work->subnet = subrec;
163 Find a workgroup in the workgroup list of a subnet.
172 DEBUG(4, ("find_workgroup_on_subnet: workgroup search for %s on subnet %s: ",
188 Create a workgroup in the workgroup list of the subnet.
196 DEBUG(4,("create_workgroup_on_subnet: creating group %s on subnet %s\n",
216 work->subnet->work_changed = True;
227 DEBUG(0,("fail_register: Failed to register name %s on subnet %s.\n",
242 /* If this is a broadcast subnet then start elections on it if we are so configured. */
247 workgroup %s on subnet %s\n", work->work_group, subrec->subnet_name));
267 on subnet
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2706 which fall to the same subnet as the nexthop of the route
2750 Linux-2.0 ARP had a feature called {\em subnet\/} proxy ARP.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/udhcpd/samples/
H A Dsample.bound7 [ -n "$subnet" ] && NETMASK="netmask $subnet"
H A Dsample.renew7 [ -n "$subnet" ] && NETMASK="netmask $subnet"
H A Dsimple.script9 [ -n "$subnet" ] && NETMASK="netmask $subnet"
H A Dudhcpd.conf87 option subnet 255.255.255.0
96 #subnet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/examples/udhcp/
H A Dsample.bound7 [ -n "$subnet" ] && NETMASK="netmask $subnet"
H A Dsample.renew7 [ -n "$subnet" ] && NETMASK="netmask $subnet"
H A Dsimple.script9 [ -n "$subnet" ] && NETMASK="netmask $subnet"
H A Dudhcpd.conf87 option subnet 255.255.255.0
96 #opt subnet
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Dscript.c136 struct in_addr subnet; local
180 /* Fill in a subnet bits option for things like /24 */
182 memcpy(&subnet, temp, 4);
183 envp[j++] = xasprintf("mask=%d", mton(&subnet));

Completed in 119 milliseconds