Searched refs:Seq (Results 1 – 5 of 5) sorted by relevance
9 // 5.772212 client_ip > server_ip TCP 66 45020 > 443 [ACK] Seq=1905874048 Ack=781810658 Win=36352 …12 // 5.788207 server_ip > client_ip TCP 66 443 > 45020 [FIN, ACK] Seq=781811916 Ack=1905874048 Win=3…14 // 5.788479 client_ip > server_ip TCP 66 45020 > 443 [RST, ACK] Seq=1905874072 Ack=781811917 Win=3…15 // 5.788581 server_ip > client_ip TCP 54 8443 > 45020 [RST] Seq=781811892 Win=0 Len=0
420 | Seq | A | B | C | |432 | Seq | | B | C | |444 | Seq | E | B | C | D | |
362 the "Use Bus And Device # For PCI Scanning Seq." option to OFF.413 the AutoSCSI "Use Bus And Device # For PCI Scanning Seq." option.
70 Code Seq# Include File Comments
1098 static inline u64 vbo_to_lsn(struct ntfs_log *log, u32 off, u64 Seq) in vbo_to_lsn() argument1100 return (off >> 3) + (Seq << log->file_data_bits); in vbo_to_lsn()