Lines Matching refs:Get
75 Get Timestamp From The PTP Packet
78 ${timestamp} = Get Substring ${pktBytes} 48 58
82 Get Clock ID From The PTP Packet
85 ${value} = Get Substring ${pktBytes} 34 42
93 Get Priority1 From The Announce Packet
96 ${value} = Get Substring ${pktBytes} 61 61
100 Get Grand Master Clock Class From The Announce Packet
103 ${value} = Get Substring ${pktBytes} 62 62
107 Get Grand Master Clock Accuracy From The Announce Packet
110 ${value} = Get Substring ${pktBytes} 63 63
114 Get Grand Master Clock Variance From The Announce Packet
117 ${value} = Get Substring ${pktBytes} 64 66
121 Get Priority2 From The Announce Packet
124 ${value} = Get Substring ${pktBytes} 66 66
128 Get Grand Master Clock ID From The Announce Packet
131 ${value} = Get Substring ${pktBytes} 67 75
135 Get Time Source From The Announce Packet
138 ${value} = Get Substring ${pktBytes} 77 77
146 Get Sync Messages Reported Period
149 ${b} = Get Substring ${pktBytes} 47 48
168 ${etherTypePkt} = Get Substring ${pktBytes} 12 14
179 ${ptpTypePkt} = Get Substring ${pktBytes} 14 14
181 ${ptpTypePDelayReq} = Get Substring ${ptpTypePDelayReqList} 0 0
189 # Get the Reported MAC first
190 ${reportedMac} = Get Substring ${pktBytes} 6 12
193 ${reconstructedMacH0} = Get Substring ${pktBytes} 34 37
194 ${middleClockBytes} = Get Substring ${pktBytes} 37 39
195 ${reconstructedMacH1} = Get Substring ${pktBytes} 39 42
213 ${clockId} = Get Clock ID From The PTP Packet ${pktBytes}
214 …${grandMasterClockId} = Get Grand Master Clock ID From The Announce Packet …
222 ${byte} = Get Substring ${bytes} 0 0
224 … ${actualValue} = Get Priority1 From The Announce Packet ${pktBytes}
232 ${byte} = Get Substring ${bytes} 0 0
234 …${actualValue} = Get Grand Master Clock Class From The Announce Pack…
241 ${byte} = Get Substring ${bytes} 0 0
243 …${actualValue} = Get Grand Master Clock Accuracy From The Announce P…
251 …${actualValue} = Get Grand Master Clock Variance From The Announce P…
258 ${byte} = Get Substring ${bytes} 0 0
260 … ${actualValue} = Get Priority2 From The Announce Packet ${pktBytes}
267 ${byte} = Get Substring ${bytes} 0 0
269 …${actualValue} = Get Time Source From The Announce Packet ${pktByte…
283 ${regValue0} = Get Line ${regValue0} 0
286 ${regValue1} = Get Line ${regValue1} 0
299 ${actualTimestamp} = Get Timestamp From The PTP Packet ${pktBytes}
307 ${actualTimestamp} = Get Timestamp From The PTP Packet ${pktBytes}
417 ${range} = Get Sync Messages Reported Period ${pkt}