Home
last modified time | relevance | path

Searched refs:SetUDPHeader (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/tests/unit/
Dtest_lowpan.cpp1102 testVector.SetUDPHeader(5683, 5684, sizeof(sTestPayloadDefault) + 8, 0xbeef); in TestUdpSourceDestinationInline()
1130 testVector.SetUDPHeader(5683, 61441, sizeof(sTestPayloadDefault) + 8, 0xbeef); in TestUdpSourceInlineDestination8bit()
1158 testVector.SetUDPHeader(61695, 5683, sizeof(sTestPayloadDefault) + 8, 0xbeef); in TestUdpSource8bitDestinationInline()
1186 testVector.SetUDPHeader(61616, 61631, sizeof(sTestPayloadDefault) + 8, 0xface); in TestUdpFullyCompressed()
1214 testVector.SetUDPHeader(61616, 61631, sizeof(sTestPayloadDefault) + 8, 0xface); in TestUdpFullyCompressedMulticast()
1509 testVector.SetUDPHeader(61616, 61631, sizeof(sTestPayloadDefault) + 8, 0xface); in TestExtensionHeaderHopByHopPadN2UdpFullyCompressed()
1545 testVector.SetUDPHeader(5683, 5684, sizeof(sTestPayloadDefault) + 8, 0xbeef); in TestIpInIpHopByHopPadN2UdpSourceDestinationInline()
Dtest_lowpan.hpp174 void SetUDPHeader(uint16_t aSource, uint16_t aDestination, uint16_t aLength, uint16_t aChecksum) in SetUDPHeader() function in ot::TestIphcVector