Home
last modified time | relevance | path

Searched refs:InitFromBuffer (Results 1 – 25 of 50) sorted by relevance

12

/dports/net/norm/norm-1.5r6/protolib/src/common/
H A DprotoPktRTP.cpp19 InitFromBuffer(pktLength); in ProtoPktRTP()
28 bool ProtoPktRTP::InitFromBuffer(unsigned int pktLength, in InitFromBuffer() function in ProtoPktRTP
33 …if (ProtoPkt::InitFromBuffer(pktLength, bufferPtr, bufferBytes, freeOnDestruct)) // sets "pkt_len… in InitFromBuffer()
67 return extension.InitFromBuffer(buffer_ptr + extOffset, pkt_length - (extOffset << 2)); in GetExtension()
160 if (initFromBuffer) InitFromBuffer(bufferPtr, numBytes, freeOnDestruct); in Extension()
168 bool ProtoPktRTP::Extension::InitFromBuffer(UINT32* bufferPtr, in InitFromBuffer() function in ProtoPktRTP::Extension
H A DprotoPktIP.cpp132 InitFromBuffer(); in ProtoPktIPv4()
140 InitFromBuffer(); in ProtoPktIPv4()
162 return ProtoPkt::InitFromBuffer(GetTotalLength()); in InitFromBuffer()
554 InitFromBuffer(); in ProtoPktIPv6()
563 InitFromBuffer(); in ProtoPktIPv6()
860 InitFromBuffer(extType); in Extension()
1494 InitFromBuffer(); in ProtoPktDPD()
1508 bool ProtoPktDPD::InitFromBuffer(char* bufferPtr, in InitFromBuffer() function in ProtoPktDPD
1679 InitFromBuffer(); in ProtoPktMobile()
1804 InitFromBuffer(); in ProtoPktUDP()
[all …]
H A DprotoPktTCP.cpp12 InitFromBuffer(); in ProtoPktTCP()
32 return InitFromBuffer(ip4Pkt.AccessPayload(), ip4Pkt.GetPayloadLength(), false); in InitFromPacket()
55 return InitFromBuffer(tcpBuffer, tcpLength, false); in InitFromPacket()
62 return InitFromBuffer(ip6Pkt.AccessPayload(), ip6Pkt.GetPayloadLength(), false); in InitFromPacket()
77 bool ProtoPktTCP::InitFromBuffer(UINT32* bufferPtr, in InitFromBuffer() function in ProtoPktTCP
H A DprotoPktRIP.cpp12 InitFromBuffer(pktLength); in ProtoPktRIP()
84 bool ProtoPktRIP::InitFromBuffer(unsigned int pktLength, in InitFromBuffer() function in ProtoPktRIP
129 return entry.InitFromBuffer(20, entryBuffer, 20); in AccessRouteEntry()
139 InitFromBuffer(numBytes); in RouteEntry()
213 bool ProtoPktRIP::RouteEntry::InitFromBuffer(unsigned int pktLength, in InitFromBuffer() function in ProtoPktRIP::RouteEntry
H A DprotoPktIGMP.cpp13 if (initFromBuffer) InitFromBuffer(numBytes); in ProtoPktIGMP()
20 bool ProtoPktIGMP::InitFromBuffer(UINT16 pktLength, in InitFromBuffer() function in ProtoPktIGMP
148 return groupRecord.InitFromBuffer(recordPtr, bufferSpace); in GetNextGroupRecord()
396 InitFromBuffer(); in GroupRecord()
405 bool ProtoPktIGMP::GroupRecord::InitFromBuffer(UINT32* bufferPtr, in InitFromBuffer() function in ProtoPktIGMP::GroupRecord
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Security.Policy/
H A DIBuiltInEvidenceTest.cs67 private int InitFromBuffer (object evidence, char[] buffer, int position) in InitFromBuffer() method in MonoTests.System.Security.Policy.IBuiltInEvidenceTest
117 Assert.AreEqual (0, InitFromBuffer (g, buffer, 0), "InitFromBuffer-1"); in GacInstalled_InitFromBuffer()
118 Assert.AreEqual (1, InitFromBuffer (g, buffer, 1), "InitFromBuffer-2"); in GacInstalled_InitFromBuffer()
126 Assert.AreEqual (0, InitFromBuffer (g, buffer, 0), "InitFromBuffer"); in GacInstalled_InitFromBuffer_BadData()
133 Assert.AreEqual (0, InitFromBuffer (g, null, 0), "InitFromBuffer"); in GacInstalled_InitFromBuffer_Null()
141 Assert.AreEqual (4, InitFromBuffer (g, buffer, 4), "InitFromBuffer"); in GacInstalled_InitFromBuffer_OutOfRange()
/dports/net/norm/norm-1.5r6/protolib/include/
H A DprotoPktIP.h29 bool InitFromBuffer(UINT16 pktLength,
228 bool InitFromBuffer(char* bufferPtr = NULL,
292 bool InitFromBuffer(UINT32* bufferPtr = NULL,
467 bool InitFromBuffer(char* bufferPtr = NULL,
707 bool InitFromBuffer(UINT32* bufferPtr = NULL,
797 bool InitFromBuffer(UINT32* bufferPtr = NULL,
854 bool InitFromBuffer(UINT32* bufferPtr = NULL,
906 bool InitFromBuffer(UINT16 espLength,
971 bool InitFromBuffer(UINT32* bufferPtr = NULL,
1061 bool InitFromBuffer(char* bufferPtr = NULL,
[all …]
H A DprotoPktETH.h81 bool InitFromBuffer(unsigned int frameLength,
85 {return ProtoPkt::InitFromBuffer(frameLength, bufferPtr, numBytes, freeOnDestruct);}
H A DprotoPktRIP.h64 bool InitFromBuffer(unsigned int pktLength = 0,
105 bool InitFromBuffer(unsigned int pktLength = 0,
H A DmanetMsg.h133 bool InitFromBuffer(char* bufferPtr = NULL, unsigned int numBytes = 0);
291 bool InitFromBuffer(char* bufferPtr = NULL, unsigned int numBytes = 0);
375 bool InitFromBuffer(UINT8 addrLength, char* bufferPtr, unsigned int numBytes = 0);
567 bool InitFromBuffer(UINT32* bufferPtr, unsigned int numBytes = 0);
644 return tlvBlk.InitFromBuffer(tlvBuffer, pkt_length - tlvBlockOffset); in GetTlvBlock()
736 … bool InitFromBuffer(unsigned int pktLength, UINT32* bufferPtr = NULL, unsigned int numBytes = 0);
H A DprotoPktIGMP.h51 bool InitFromBuffer(UINT32* bufferPtr = NULL,
98 bool InitFromBuffer(UINT16 pktLength,
H A DprotoPktRTP.h93 bool InitFromBuffer(UINT32* bufferPtr = NULL,
119 bool InitFromBuffer(unsigned int pktLength,
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/gdk/
H A DPixbufLoader.cs128 InitFromBuffer(buffer); in PixbufLoader()
131 private void InitFromBuffer (byte[] buffer) in InitFromBuffer() method in Gdk.PixbufLoader
144 InitFromBuffer(buffer); in PixbufLoader()
/dports/net/norm/norm-1.5r6/protolib/src/manet/
H A DmanetMsg.cpp263 bool ManetTlv::InitFromBuffer(char* bufferPtr, unsigned numBytes) in InitFromBuffer() function in ManetTlv
459 bool ManetTlvBlock::InitFromBuffer(char* bufferPtr, unsigned numBytes) in InitFromBuffer() function in ManetTlvBlock
484 return tlv.InitFromBuffer((char*)buffer_ptr + nextOffset, pkt_length - nextOffset); in GetNextTlv()
721 bool ManetAddrBlock::InitFromBuffer(UINT8 addrLength, char* bufferPtr, unsigned numBytes) in InitFromBuffer() function in ManetAddrBlock
752 if (tlv_block.InitFromBuffer((char*)buffer_ptr+minLength, buffer_bytes - minLength)) in InitFromBuffer()
973 bool ManetMsg::InitFromBuffer(UINT32* bufferPtr, unsigned int numBytes) in InitFromBuffer() function in ManetMsg
1040 return addrBlk.InitFromBuffer(GetAddressLength(), nextBuffer, pkt_length - offset); in GetNextAddressBlock()
1200 bool ManetPkt::InitFromBuffer(unsigned int pktLength, UINT32* bufferPtr, unsigned int numBytes) in InitFromBuffer() function in ManetPkt
1216 return tlv_block.InitFromBuffer(tlvBuffer, pkt_length - tlvBlockOffset); in InitFromBuffer()
1220 tlv_block.InitFromBuffer(NULL, 0); in InitFromBuffer()
[all …]
/dports/net/norm/norm-1.5r6/protolib/examples/
H A Darposer.cpp255 … if (!ipPkt.InitFromBuffer(payloadLength, (UINT32*)((void*)ethPkt.AccessPayload()), payloadLength)) in PeekPkt()
295 … if (!arp.InitFromBuffer((UINT32*)((void*)ethPkt.AccessPayload()), ethPkt.GetPayloadLength())) in PeekPkt()
372 if (!ethPkt.InitFromBuffer(numBytes)) in OnInboundPkt()
387 … if (!arp.InitFromBuffer((UINT32*)((void*)ethPkt.AccessPayload()), ethPkt.GetPayloadLength())) in OnInboundPkt()
H A DvifLan.cpp204 if (!ethPkt.InitFromBuffer(numBytes)) in OnOutboundPkt()
240 … if (!ipPkt.InitFromBuffer(payloadLength, (UINT32*)ethPkt.AccessPayload(), payloadLength)) in PeekPkt()
278 if (!arp.InitFromBuffer((UINT32*)ethPkt.AccessPayload(), ethPkt.GetPayloadLength())) in PeekPkt()
H A DvifExample.cpp649 … if (!ipPkt.InitFromBuffer(payloadLength, (UINT32*)ethPkt.AccessPayload(), payloadLength)) in PeekPkt()
687 if (!arp.InitFromBuffer((UINT32*)ethPkt.AccessPayload(), ethPkt.GetPayloadLength())) in PeekPkt()
751 if (!ethPkt.InitFromBuffer(numBytes)) in OnOutboundPkt()
836 if (!ethPkt.InitFromBuffer(numBytes)) in OnInboundPkt()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Security.Policy/
H A DIBuiltInEvidence.cs39 int InitFromBuffer (char [] buffer, int position); in InitFromBuffer() method
H A DGac.cs81 int IBuiltInEvidence.InitFromBuffer (char[] buffer, int position) in IBuiltInEvidence.InitFromBuffer()
H A DApplicationDirectory.cs113 int IBuiltInEvidence.InitFromBuffer (char [] buffer, int position) in IBuiltInEvidence.InitFromBuffer()
H A DPublisher.cs105 int IBuiltInEvidence.InitFromBuffer (char [] buffer, int position) in IBuiltInEvidence.InitFromBuffer()
H A DStrongName.cs117 int IBuiltInEvidence.InitFromBuffer (char [] buffer, int position) in IBuiltInEvidence.InitFromBuffer()
H A DPermissionRequestEvidence.cs114 int IBuiltInEvidence.InitFromBuffer (char [] buffer, int position) in IBuiltInEvidence.InitFromBuffer()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gdk/
H A DPixbufLoader.custom144 InitFromBuffer(buffer);
147 private void InitFromBuffer (byte[] buffer)
160 InitFromBuffer(buffer);
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfFontMetricsFreetype.cpp133 InitFromBuffer(pIsSymbol); in PdfFontMetricsFreetype()
146 InitFromBuffer(pIsSymbol); in PdfFontMetricsFreetype()
177 void PdfFontMetricsFreetype::InitFromBuffer(bool pIsSymbol) in InitFromBuffer() function in PoDoFo::PdfFontMetricsFreetype

12