OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:datagram_index
(Results
1 - 4
of
4
) sorted by null
/external/autotest/client/site_tests/cellular_MbimComplianceDataTransfer/
cellular_MbimComplianceDTS1622.py
43
if ndp_entries[0].
datagram_index
< 12:
48
if ndp_entries[0].
datagram_index
< 16:
cellular_MbimComplianceDTS1824.py
44
if ndp_entries[-1].
datagram_index
!= 0:
49
if ndp_entries[-1].
datagram_index
!= 0:
/external/autotest/client/cros/cellular/mbim_compliance/
mbim_data_transfer.py
253
datagram_index
=offset, datagram_length=length))
258
datagram_index
=0, datagram_length=0))
336
packet_start_offset = ndp_entry.
datagram_index
338
ndp_entry.
datagram_index
+ ndp_entry.datagram_length)
340
if ndp_entry.
datagram_index
and ndp_entry.datagram_length:
525
_FIELDS = (('H', '
datagram_index
'),
549
_FIELDS = (('I', '
datagram_index
'),
mbim_data_transfer_unittest.py
134
self.assertEqual(ndp_entries[0].
datagram_index
, 32)
136
self.assertEqual(ndp_entries[1].
datagram_index
, 0)
Completed in 422 milliseconds