Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb.h71 #define SMB_SIGLEN 4 macro
H A Dsmb_iod.c347 if (bcmp(hp, SMB_SIGNATURE, SMB_SIGLEN) != 0) { in smb_iod_recvall()
H A Dsmb_rq.c120 mb_put_mem(mbp, SMB_SIGNATURE, SMB_SIGLEN, MB_MSYSTEM); in smb_rq_new()