OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smb_swap16
(Results
1 - 1
of
1
) sorted by null
/external/curl/lib/
smb.c
132
static unsigned short
smb_swap16
(unsigned short x)
function
155
# define
smb_swap16
(x) (x)
macro
352
h->flags2 =
smb_swap16
(SMB_FLAGS2_IS_LONG_NAME | SMB_FLAGS2_KNOWS_LONG_NAME);
353
h->uid =
smb_swap16
(smbc->uid);
354
h->tid =
smb_swap16
(req->tid);
356
h->pid_high =
smb_swap16
((unsigned short)(pid >> 16));
357
h->pid =
smb_swap16
((unsigned short) pid);
452
msg.max_buffer_size =
smb_swap16
(MAX_MESSAGE_SIZE);
453
msg.max_mpx_count =
smb_swap16
(1);
454
msg.vc_number =
smb_swap16
(1)
[
all
...]
Completed in 433 milliseconds