HomeSort by relevance Sort by last modified time
    Searched refs:smb_header (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
smb.h 94 struct smb_header { struct
113 struct smb_header h;
184 struct smb_header h;
225 struct smb_header h;
smb.c 316 msg_size = sizeof(struct smb_header);
341 static void smb_format_message(struct connectdata *conn, struct smb_header *h,
411 smb_format_message(conn, (struct smb_header *)conn->data->state.uploadbuffer,
413 memcpy(conn->data->state.uploadbuffer + sizeof(struct smb_header),
416 return smb_send(conn, sizeof(struct smb_header) + msg_len, 0);
637 struct smb_header *h;
714 struct smb_header *h;
784 sizeof(struct smb_header) + 11);
786 sizeof(struct smb_header) + 13);
816 sizeof(struct smb_header) + 5)
    [all...]

Completed in 34 milliseconds