Home
last modified time | relevance | path

Searched defs:etherType (Results 1 – 25 of 31) sorted by relevance

12

/dports/net/zerotier/ZeroTierOne-1.8.3/java/src/com/zerotier/sdk/
H A DVirtualNetworkFrameListener.java45 long etherType, in onVirtualNetworkFrame()
H A DNode.java156 int etherType, in processVirtualNetworkFrame()
421 int etherType, in processVirtualNetworkFrame()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/mdlayher/ethernet/cmd/etherecho/
H A Dmain.go21 const etherType = 0xcccc const
/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DOutboundMulticast.cpp34 unsigned int etherType, in init()
H A DIncomingPacket.cpp663 const unsigned int etherType = at<uint16_t>(ZT_PROTO_VERB_FRAME_IDX_ETHERTYPE); in _doFRAME() local
732 const unsigned int etherType = at<uint16_t>(ZT_PROTO_VERB_FRAME_IDX_ETHERTYPE); in _doFRAME() local
771 const unsigned int etherType = at<uint16_t>(comLen + ZT_PROTO_VERB_EXT_FRAME_IDX_ETHERTYPE); in _doEXT_FRAME() local
1137 const unsigned int etherType = at<uint16_t>(offset + ZT_PROTO_VERB_MULTICAST_FRAME_IDX_ETHERTYPE); in _doMULTICAST_FRAME() local
H A DNetwork.cpp92 const unsigned int etherType, in _doZtFilter()
618 const unsigned int etherType, in filterOutgoingPacket()
734 const unsigned int etherType, in filterIncomingPacket()
H A DTrace.cpp155 …Ptr<Network> &network,const MAC &sourceMac,const MAC &destMac,const unsigned int etherType,const u… in outgoingNetworkFrameDropped()
341 const unsigned int etherType, in networkFilter()
H A DNode.hpp120 …Ptr,uint64_t nwid,void **nuptr,const MAC &source,const MAC &dest,unsigned int etherType,unsigned i… in putFrame()
H A DMulticaster.cpp153 unsigned int etherType, in send()
H A DNode.cpp174 unsigned int etherType, in processVirtualNetworkFrame()
834 unsigned int etherType, in ZT_Node_processVirtualNetworkFrame()
H A DSwitch.cpp278 …,const SharedPtr<Network> &network,const MAC &from,const MAC &to,unsigned int etherType,unsigned i… in onLocalEthernet()
/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoPktARP.cpp173 ProtoPktETH::Type etherType; in SetSenderProtocolAddress() local
210 ProtoPktETH::Type etherType; in SetTargetProtocolAddress() local
/dports/net/cjdns/cjdns-cjdns-v21.1/interface/tuntap/
H A DTAPWrapper.c80 uint16_t etherType = Er_assert(TUNMessageType_pop(msg)); in sendMessage() local
/dports/net/zerotier/ZeroTierOne-1.8.3/osdep/
H A DNetBSDEthernetTap.cpp321 void NetBSDEthernetTap::put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,u… in put()
467 unsigned int etherType = ntohs(((const uint16_t *)getBuf)[6]); in threadMain() local
H A DBSDEthernetTap.cpp326 void BSDEthernetTap::put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,unsi… in put()
450 unsigned int etherType = ntohs(((const uint16_t *)getBuf)[6]); in threadMain() local
H A DLinuxEthernetTap.cpp279 unsigned int etherType = Utils::ntoh(((const uint16_t *)b)[6]); in LinuxEthernetTap() local
430 void LinuxEthernetTap::put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,un… in put()
H A DMacKextEthernetTap.cpp565 void MacKextEthernetTap::put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,… in put()
682 unsigned int etherType = ntohs(((const uint16_t *)getBuf)[6]); in threadMain() local
H A DMacEthernetTap.cpp373 void MacEthernetTap::put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,unsi… in put()
H A DWindowsEthernetTap.cpp783 void WindowsEthernetTap::put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,… in put()
1143 …unsigned int etherType = ((((unsigned int)tapReadBuf[12]) & 0xff) << 8) | (((unsigned int)tapReadB… in threadMain() local
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoPktARP.h92 void SetEtherType(ProtoPktETH::Type etherType) // protocol address type in SetEtherType()
/dports/net/rp-pppoe/rp-pppoe-3.15/src/
H A Dif.c131 etherType(PPPoEPacket *packet) in etherType() function
/dports/net/zerotier/ZeroTierOne-1.8.3/java/jni/
H A Dcom_zerotierone_sdk_Node.cpp163 unsigned int etherType, in VirtualNetworkFrameFunctionCallback()
952 unsigned int etherType = (unsigned int)in_etherType; in Java_com_zerotier_sdk_Node_processVirtualNetworkFrame() local
/dports/net/zerotier/ZeroTierOne-1.8.3/service/
H A DOneService.cpp2926 …n(uint64_t nwid,void **nuptr,uint64_t sourceMac,uint64_t destMac,unsigned int etherType,unsigned i… in nodeVirtualNetworkFrameFunction()
3004 …inline void tapFrameHandler(uint64_t nwid, const MAC& from, const MAC& to, unsigned int etherType,… in tapFrameHandler()
3193 …r,uint64_t nwid,void **nuptr,uint64_t sourceMac,uint64_t destMac,unsigned int etherType,unsigned i… in SnodeVirtualNetworkFrameFunction()
3199 …oid *uptr,void *tptr,uint64_t nwid,const MAC &from,const MAC &to,unsigned int etherType,unsigned i… in StapFrameHandler()
/dports/devel/libvirt/libvirt-7.10.0/src/nwfilter/
H A Dnwfilter_learnipaddr.c399 uint16_t etherType; in learnIPAddressThread() local
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/rna/
H A Drna_pnd.cc604 uint16_t etherType = rna_get_eth(p); in discover_network_ethernet() local

12