Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/smb/
H A Dsmb.h92 #define SMB_FLAGS2_UNICODE 0x8000 /* use Unicode for all strings */ macro
H A Dsmb_rq.c126 flags2 &= ~SMB_FLAGS2_UNICODE; in smb_rq_new()