Home | History | Annotate | Download | only in py

Lines Matching refs:Ethernet

33         @param hw_addr: Hex or binary representation of the Ethernet address.
87 eth_resp = dpkt.ethernet.Ethernet(
90 type = dpkt.ethernet.ETH_TYPE_ARP,
101 @param hw_addr: The network encoded corresponding Ethernet address.
120 # An IP host group address is mapped to an Ethernet multicast address
122 # 23 bits of the Ethernet multicast address 01-00-5E-00-00-00 (hex).
124 # more than one host group address may map to the same Ethernet
149 hw_pkt = dpkt.ethernet.Ethernet(
152 type = dpkt.ethernet.ETH_TYPE_IP,