Searched refs:identification (Results 1 – 4 of 4) sorted by relevance
| /openthread-latest/tests/scripts/thread-cert/ |
| D | test_ipv6.py | 706 identification = any_fragment_identification() 708 ipv6_fragment_header = FragmentHeader(type, offset, more_flag, identification) 715 + struct.pack("!I", identification) 724 identification = any_fragment_identification() 727 + struct.pack("!I", identification) 736 self.assertEqual(identification, ipv6_fragment_header.identification)
|
| D | ipv6.py | 637 def identification(self): member in FragmentHeader 648 def __init__(self, next_header=None, fragm_offset=0, more_flag=False, identification=0): argument 652 self._identification = identification
|
| /openthread-latest/third_party/mbedtls/repo/framework/ |
| D | LICENSE | 195 identification within third-party archives.
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | LICENSE | 195 identification within third-party archives.
|