Home
last modified time | relevance | path

Searched refs:Ether (Results 1 – 25 of 678) sorted by relevance

12345678910>>...28

/dports/dns/dnsjit/dnsjit-1.2.2/src/core/object/
H A Dether.lua42 local Ether = {}
45 function Ether:type()
50 function Ether:prev()
55 function Ether:cast()
60 function Ether:uncast()
65 function Ether:copy()
70 function Ether:free()
74 core_object_ether_t = ffi.metatype(t_name, { __index = Ether })
78 return Ether
/dports/net/scapy/scapy-2.4.5/scapy/layers/
H A Dl2.py216 class Ether(Packet): class
229 if isinstance(other, Ether):
273 return Ether
327 aliastypes = [Ether]
634 bind_layers(Ether, LLC, type=122)
635 bind_layers(Ether, LLC, type=34928)
641 bind_layers(Ether, Ether, type=1)
642 bind_layers(Ether, ARP, type=2054)
648 bind_layers(MPacketPreamble, Ether)
661 bind_layers(SNAP, Ether, code=1)
[all …]
H A Dvxlan.py19 from scapy.layers.l2 import Ether
89 bind_bottom_up(VXLAN, Ether, NextProtocol=0)
92 bind_bottom_up(VXLAN, Ether, NextProtocol=3)
93 bind_bottom_up(VXLAN, Ether, NextProtocol=None)
95 bind_top_down(VXLAN, Ether, flags=12, NextProtocol=0)
98 bind_top_down(VXLAN, Ether, flags=12, NextProtocol=3)
/dports/net/scapy/scapy-2.4.5/scapy/contrib/
H A Dmpls.py23 from scapy.layers.l2 import Ether, GRE
35 return Ether
61 return Ether
65 bind_layers(Ether, MPLS, type=0x8847)
74 bind_layers(EoMCW, Ether, zero=0, reserved=0)
H A Derspan.py17 from scapy.layers.l2 import Ether, GRE
83 bind_layers(ERSPAN_I, Ether)
84 bind_layers(ERSPAN_II, Ether)
85 bind_layers(ERSPAN_III, Ether, o=0)
87 bind_layers(ERSPAN_PlatformSpecific, Ether)
H A Dspbm.py41 from scapy.layers.l2 import Ether, Dot1Q, Dot1AD
57 bind_layers(Ether, SPBM, type=0x88e7)
60 bind_layers(SPBM, Ether)
H A Dnsh.py22 from scapy.layers.inet import Ether, IP
87 bind_layers(Ether, NSH, {'type': 0x894F}, type=0x894F)
93 bind_layers(NSH, Ether, nextproto=3)
H A Dmacsec.py22 from scapy.layers.l2 import Ether, Dot1AD, Dot1Q
125 if pkt.name != Ether().name:
142 if not isinstance(orig_pkt, Ether) or \
152 if prev_layer.name == Ether().name:
153 return Ether(raw(prev_layer / next_layer))
260 bind_layers(Ether, MACsec, type=ETH_P_MACSEC)
H A Detherip.py21 from scapy.layers.l2 import Ether
31 bind_layers(EtherIP, Ether)
H A Digmp.py23 from scapy.layers.l2 import Ether, getmacbyip
144 if _root.haslayer(Ether):
146 _root[Ether].dst = getmacbyip(underlayer.dst) # Ether rule 1 # noqa: E501
H A Dmac_control.py45 from scapy.layers.l2 import Ether, Dot1Q, bind_layers
115 if under_layer and isinstance(under_layer, Ether):
250 bind_layers(Ether, MACControl, type=MAC_CONTROL_ETHER_TYPE)
H A Dpnio.py25 from scapy.layers.l2 import Ether
124 bind_layers(Ether, ProfinetIO, type=0x8892)
241 while not isinstance(q, Ether) and hasattr(q, "underlayer"):
243 if isinstance(q, Ether):
/dports/net/p5-Net-DHCP-Watch/Net-DHCP-Watch-2.03/
H A DWatch.pm62 $self->{Ether} = $params->{ether};
64 if ( $self->{Ether} =~ m/^([0-9a-f]{1,2}:)+[0-9a-f]{1,2}$/i ) {
65 my @eth = map( hex, split(':', $self->{Ether}) );
66 $self->{Ether} = \@eth;
68 elsif ( scalar($self->{Ether}) != 6 ) {
174 @{ $self->{Ether} },
/dports/net/p5-Net-DHCP-Watch/Net-DHCP-Watch-2.03/examples/
H A Dwatch_dhcp.pl12 my ($Server, $Client, $Ether, $Timeout, $Sleep, $Wait,
19 'ether:s' => \$Ether,
46 $Ether ||= qx[ /sbin/ifconfig eth0 | /bin/grep HWaddr | /bin/awk '{print \$5}'];
47 chomp($Ether);
81 ether => $Ether,
/dports/devel/hwloc/hwloc-1.11.13/tests/xml/
H A D16intel64-manyVFs.console.nocollapse.output56 …PCI 1137:0043 (P#45056 busid=0000:0b:00.0 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
59 …PCI 1137:00cf (P#45057 busid=0000:0b:00.1 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
60 …PCI 1137:00cf (P#45058 busid=0000:0b:00.2 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
61 …PCI 1137:00cf (P#45059 busid=0000:0b:00.3 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
63 …PCI 1137:0043 (P#49152 busid=0000:0c:00.0 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
66 …PCI 1137:00cf (P#49153 busid=0000:0c:00.1 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
67 …PCI 1138:00cf (P#49154 busid=0000:0c:00.2 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
68 …PCI 1138:00cf (P#49155 busid=0000:0c:00.3 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
69 …PCI 1137:00cf (P#49156 busid=0000:0c:00.4 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
119 …PCI 1137:0043 (P#557056 busid=0000:88:00.0 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevi…
[all …]
H A D16intel64-manyVFs.console.output47 …PCI 8086:1521 (P#8192 busid=0000:02:00.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice…
49 …PCI 8086:1521 (P#8193 busid=0000:02:00.1 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice…
56 …PCI 1137:0043 (P#45056 busid=0000:0b:00.0 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
59 …3 x { PCI 1137:00cf (P#[collapsed] busid=[collapsed] class=0200(Ether) PCIVendor="Cisco Systems In…
61 …PCI 1137:0043 (P#49152 busid=0000:0c:00.0 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
64 …PCI 1137:00cf (P#49153 busid=0000:0c:00.1 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
65 …2 x { PCI 1138:00cf (P#[collapsed] busid=[collapsed] class=0200(Ether) PCIVendor="Cisco Systems In…
66 …PCI 1137:00cf (P#49156 busid=0000:0c:00.4 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevic…
116 …PCI 1137:0043 (P#557056 busid=0000:88:00.0 class=0200(Ether) PCIVendor="Cisco Systems Inc" PCIDevi…
119 …5 x { PCI 1137:00cf (P#[collapsed] busid=[collapsed] class=0200(Ether) PCIVendor="Cisco Systems In…
[all …]
/dports/lang/solidity/solidity_0.8.11/docs/contracts/
H A Dfunctions.rst187 #. Sending Ether via calls.
290 Receive Ether Function
317 - Sending Ether
324 …you have to implement a receive Ether function (using payable fallback functions for receiving Eth…
329 A contract without a receive Ether function can receive Ether as a
333 A contract cannot react to such Ether transfers and thus also
348 // This contract keeps all Ether sent to it with no way
390 plain Ether transfers, if no :ref:`receive Ether function <receive-ether-function>`
393 to distinguish Ether transfers from interface confusions.
424 // this contract, except plain Ether transfers
[all …]
/dports/lang/solidity/solidity_0.8.11/test/compilationTests/gnosis/Tokens/
H A DEtherToken.sol5 /// @title Token contract - Token exchanging Ether 1:1
19 string public constant name = "Ether Token";
26 /// @dev Buys tokens with Ether, exchanging them 1:1
36 /// @dev Sells tokens in exchange for Ether, exchanging them 1:1
/dports/security/sslproxy/SSLproxy-0.9.2/extra/
H A Dlog2pcap.py41 from scapy.all import Ether, IP, TCP
94 Ether()/
103 Ether()/
112 Ether()/
122 Ether()/
130 Ether()/
143 Ether()/
/dports/security/sslsplit/sslsplit-0.5.5/extra/
H A Dlog2pcap.py41 from scapy.all import Ether, IP, TCP
94 Ether()/
103 Ether()/
112 Ether()/
122 Ether()/
130 Ether()/
143 Ether()/
/dports/lang/solidity/solidity_0.8.11/test/libsolidity/syntaxTests/types/address/
H A Dpayable_conversion.sol13 // A contract that cannot receive Ether
16 // A contract that can receive Ether
22 // A contract that can receive Ether using the fallback
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/eth/tracers/
H A Dapi_test.go185 accounts[0].addr: {Balance: big.NewInt(params.Ether)},
186 accounts[1].addr: {Balance: big.NewInt(params.Ether)},
187 accounts[2].addr: {Balance: big.NewInt(params.Ether)},
315 accounts[0].addr: {Balance: big.NewInt(params.Ether)},
316 accounts[1].addr: {Balance: big.NewInt(params.Ether)},
348 accounts[0].addr: {Balance: big.NewInt(params.Ether)},
349 accounts[1].addr: {Balance: big.NewInt(params.Ether)},
350 accounts[2].addr: {Balance: big.NewInt(params.Ether)},
423 accounts[0].addr: {Balance: big.NewInt(params.Ether)},
424 accounts[1].addr: {Balance: big.NewInt(params.Ether)},
[all …]
/dports/graphics/xfig/xfig-3.2.8a/Libraries/Networks/Hubs/
H A Dether10-100hub.fig9 # 10/100 Ether hub.
185 4 0 0 46 0 2 10 0.0000 4 105 810 2250 2655 Ether 10/100\001
/dports/lang/solidity/solidity_0.8.11/docs/examples/
H A Dmicropayment.rst7 repeated transfers of Ether between the same parties secure, instantaneous, and
14 Imagine Alice wants to send some Ether to Bob, i.e.
219 Payment channels allow participants to make repeated transfers of Ether
248 the Ether to be escrowed and specifying the intended recipient and a
262 * The total amount of Ether that is owed the recipient so far.
293 // amount, in wei, specifies how much Ether should be sent.
306 Closing the channel pays the recipient the Ether they are owed and
307 destroys the contract, sending any remaining Ether back to Alice. To
321 If everything checks out, the recipient is sent their portion of the Ether,
333 After this function is called, Bob can no longer receive any Ether,
[all …]
/dports/lang/solidity/solidity_0.8.11/docs/
H A Dsecurity-considerations.rst76 of ``send``, but it still exposes a weakness: Ether transfer can always
79 basically retrieve all the Ether in the contract. In particular, the
119 Note that re-entrancy is not only an effect of Ether transfer but of any
134 Sending and Receiving Ether
142 - If a contract receives Ether (without a function being called),
143 either the :ref:`receive Ether <receive-ether-function>`
145 If it does not have a receive nor a fallback function, the Ether will be
174 3. Sending Ether can also fail because the execution of the recipient
396 Restrict the Amount of Ether
416 are the arguments in range, did they send enough Ether, does the person
[all …]

12345678910>>...28