Searched refs:Net (Results 1 - 24 of 24) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/
H A Dskrlmt.c147 "Net seems to be segmented (different root bridges are reported on the ports)."
366 pAC->Rlmt.Port[i].Net = &pAC->Rlmt.Net[0];
372 pAC->Rlmt.Net[i].RlmtState = SK_RLMT_RS_INIT;
373 pAC->Rlmt.Net[i].RootIdSet = SK_FALSE;
374 pAC->Rlmt.Net[i].PrefPort = SK_RLMT_DEF_PREF_PORT;
375 pAC->Rlmt.Net[i].Preference = 0xFFFFFFFF; /* Automatic. */
377 pAC->Rlmt.Net[i].ActivePort = pAC->Rlmt.Net[i].PrefPort;
378 pAC->Rlmt.Net[
[all...]
H A Dskaddr.c180 pAC->Addr.Net[i].ActivePort = pAC->Rlmt.Net[i].ActivePort;
194 InAddr = (SK_U8 *) &pAC->Addr.Net[0].PermanentMacAddress.a[j];
198 if (!pAC->Addr.Net[0].CurrentMacAddressSet) {
200 pAC->Addr.Net[0].CurrentMacAddress =
201 pAC->Addr.Net[0].PermanentMacAddress;
202 pAC->Addr.Net[0].CurrentMacAddressSet = SK_TRUE;
206 pAC->Addr.Port[pAC->Addr.Net[0].ActivePort].Exact[0] =
207 pAC->Addr.Net[0].CurrentMacAddress;
210 if (!pAC->Addr.Net[
[all...]
H A Dskge.c3539 pAC->Rlmt.Net[0].Preference = -1; /* auto */
3540 pAC->Rlmt.Net[0].PrefPort = 0;
3547 pAC->Rlmt.Net[0].Preference = Port;
3548 pAC->Rlmt.Net[0].PrefPort = Port;
3559 pAC->Rlmt.Net[0].Preference = -1; /* auto */
3560 pAC->Rlmt.Net[0].PrefPort = 0;
3563 pAC->Rlmt.Net[0].Preference = Port;
3564 pAC->Rlmt.Net[0].PrefPort = Port;
4209 FromPort, ToPort, pAC->Rlmt.Net[0].PrefPort));
4842 'A' + pAC->Rlmt.Net[
[all...]
H A Dskgepnmi.c2238 CopyMac(pBuf, &pAC->Addr.Net[NetIndex].PermanentMacAddress);
2243 CopyMac(pBuf, &pAC->Addr.Net[NetIndex].CurrentMacAddress);
2506 CopyMac(pBuf + Offset, &pAC->Addr.Net[NetIndex].CurrentMacAddress);
2520 &pAC->Addr.Net[NetIndex].PermanentMacAddress);
4567 *pBuf = (char)pAC->Rlmt.Net[0].RlmtMode;
4601 *pBuf = (char)SK_PNMI_PORT_PHYS2LOG(pAC->Rlmt.Net[NetIndex].Preference);
6618 else { /* Single Net mode */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/tools/
H A Dzc.pl23 use Net::Telnet ();
49 my $t = new Net::Telnet (Timeout => 10,
H A Dmrlg.cgi31 use Net::Telnet ();
368 my $t = new Net::Telnet (Timeout => 10,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/sk98lin/h/
H A Dskrlmt.h76 #define SK_RLMT_RS_NET_DOWN 1 /* RLMT state: Net down. */
77 #define SK_RLMT_RS_NET_UP 2 /* RLMT state: Net up. */
166 if ((_pAC->Rlmt.Port[_PortNum].Net->RlmtMode & SK_RLMT_TRANSPARENT) != 0) { \
170 if (_pAC->Rlmt.Port[_PortNum].Net->RlmtMode != SK_RLMT_MODE_CLS) { \
200 if (!SK_ADDR_EQUAL(_pLaPacket, _pAC->Addr.Net[_pAC->Rlmt.Port[ \
201 _PortNum].Net->NetNumber].CurrentMacAddress.a)) { \
211 if (_pAC->Rlmt.Port[_PortNum].Net->RlmtMode & SK_RLMT_CHECK_SEG) { \
289 SK_RLMT_NET * Net; /* Net port belongs to. */ member in struct:s_RlmtPort
367 SK_RLMT_NET Net[SK_MAX_NET member in struct:s_Rlmt
[all...]
H A Dskaddr.h214 SK_ADDR_NET Net[SK_MAX_NETS]; member in struct:s_Addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/
H A DconvertSambaAccount21 use Net::LDAP::LDIF;
121 $ldif = Net::LDAP::LDIF->new ($options{'input'}, "r") or die $!;
124 $ldif2 = Net::LDAP::LDIF->new ($options{'output'}, "w") or die $!;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/misc/
H A Dcheck_multiple_LDAP_entries.pl8 use Net::LDAP;
57 $ldap = Net::LDAP->new($host, version => '3');
H A Dadssearch.pl15 use Net::LDAP;
16 use Net::LDAP::Control;
31 if ( eval "Net::LDAP->VERSION($pref_version);" ) {
352 print "\t--debug [level]\n\t\tUse debuglevel (for Net::LDAP)\n";
664 use Net::LDAPS;
665 $hd = Net::LDAPS->new( $server, async => $async, port => $port ) ||
669 $hd = Net::LDAP->new( $server, async => $async, port => $port ) ||
1195 my $ctl_extended_dn =Net::LDAP::Control->new(
1200 my $ctl_notification = Net::LDAP::Control->new(
1204 $ctl_paged = Net
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-sharp/
H A DUtility.cs23 using System.Net;
H A DAddressResolver.cs24 using System.Net;
H A DAvahiTest.cs25 using System.Net;
H A DHostNameResolver.cs24 using System.Net;
H A DRecordBrowser.cs23 using System.Net;
H A DServiceBrowser.cs23 using System.Net;
H A DServiceResolver.cs24 using System.Net;
H A DEntryGroup.cs23 using System.Net;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-populate37 use Net::LDAP::LDIF;
426 my $ldif = Net::LDAP::LDIF->new($tmp_ldif_file, "r", onerror => 'undef' );
H A Dsmbldap_tools.pm4 use Net::LDAP;
160 my $ldap_master = Net::LDAP->new(
187 my $ldap_slave = Net::LDAP->new(
197 $ldap_slave = Net::LDAP->new(
346 my $userLdap = Net::LDAP->new($config{slaveLDAP}) or die "erreur LDAP";
458 # It does not matter if the user already exist, Net::LDAP will add the user
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-unix-groups139 $entry = Net::LDAP::Entry->new();
H A Dsmbldap-migrate-unix-accounts239 $entry = Net::LDAP::Entry->new();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-ui-sharp/
H A DServiceDialog.cs2 using System.Net;

Completed in 130 milliseconds