Home
last modified time | relevance | path

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

/dports/security/suricata/suricata-6.0.4/rust/src/smb/
H A Dsmb.rs361 NEGOTIATE(SMBTransactionNegotiate),
499 pub struct SMBTransactionNegotiate { struct
509 impl SMBTransactionNegotiate { impl
510 pub fn new(smb_ver: u8) -> SMBTransactionNegotiate { in new() argument
511 return SMBTransactionNegotiate { in new()
1020 SMBTransactionNegotiate::new(smb_ver))); in new_negotiate_tx()