/dports/net/zerotier/ZeroTierOne-1.8.3/java/src/com/zerotier/sdk/ |
H A D | VirtualNetworkFrameListener.java | 45 long etherType, in onVirtualNetworkFrame()
|
H A D | Node.java | 156 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 D | main.go | 21 const etherType = 0xcccc const
|
/dports/net/zerotier/ZeroTierOne-1.8.3/node/ |
H A D | OutboundMulticast.cpp | 34 unsigned int etherType, in init()
|
H A D | IncomingPacket.cpp | 663 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 D | Network.cpp | 92 const unsigned int etherType, in _doZtFilter() 618 const unsigned int etherType, in filterOutgoingPacket() 734 const unsigned int etherType, in filterIncomingPacket()
|
H A D | Trace.cpp | 155 …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 D | Node.hpp | 120 …Ptr,uint64_t nwid,void **nuptr,const MAC &source,const MAC &dest,unsigned int etherType,unsigned i… in putFrame()
|
H A D | Multicaster.cpp | 153 unsigned int etherType, in send()
|
H A D | Node.cpp | 174 unsigned int etherType, in processVirtualNetworkFrame() 834 unsigned int etherType, in ZT_Node_processVirtualNetworkFrame()
|
H A D | Switch.cpp | 278 …,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 D | protoPktARP.cpp | 173 ProtoPktETH::Type etherType; in SetSenderProtocolAddress() local 210 ProtoPktETH::Type etherType; in SetTargetProtocolAddress() local
|
/dports/net/cjdns/cjdns-cjdns-v21.1/interface/tuntap/ |
H A D | TAPWrapper.c | 80 uint16_t etherType = Er_assert(TUNMessageType_pop(msg)); in sendMessage() local
|
/dports/net/zerotier/ZeroTierOne-1.8.3/osdep/ |
H A D | NetBSDEthernetTap.cpp | 321 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 D | BSDEthernetTap.cpp | 326 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 D | LinuxEthernetTap.cpp | 279 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 D | MacKextEthernetTap.cpp | 565 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 D | MacEthernetTap.cpp | 373 void MacEthernetTap::put(const MAC &from,const MAC &to,unsigned int etherType,const void *data,unsi… in put()
|
H A D | WindowsEthernetTap.cpp | 783 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 D | protoPktARP.h | 92 void SetEtherType(ProtoPktETH::Type etherType) // protocol address type in SetEtherType()
|
/dports/net/rp-pppoe/rp-pppoe-3.15/src/ |
H A D | if.c | 131 etherType(PPPoEPacket *packet) in etherType() function
|
/dports/net/zerotier/ZeroTierOne-1.8.3/java/jni/ |
H A D | com_zerotierone_sdk_Node.cpp | 163 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 D | OneService.cpp | 2926 …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 D | nwfilter_learnipaddr.c | 399 uint16_t etherType; in learnIPAddressThread() local
|
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/rna/ |
H A D | rna_pnd.cc | 604 uint16_t etherType = rna_get_eth(p); in discover_network_ethernet() local
|