Searched refs:SMB_SIGNATURE (Results 1 – 4 of 4) sorted by relevance
337 static const uint8_t ffsmb[4] = SMB_SIGNATURE; in smb_rq_internal()
85 #define SMB_SIGNATURE "\xFFSMB" macro
338 if (bcmp(hp, SMB_SIGNATURE, SMB_SIGLEN) != 0) { in smb_iod_recv1()
211 mb_put_mem(mbp, SMB_SIGNATURE, 4, MB_MSYSTEM); in smb_rq_fillhdr()