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

  /external/curl/lib/
smb.h 95 struct smb_header { struct
114 struct smb_header h;
181 struct smb_header h;
212 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;
725 struct smb_header *h;
794 if(h->status || smbc->got < sizeof(struct smb_header) + 14) {
800 sizeof(struct smb_header) + 11);
802 sizeof(struct smb_header) + 13)
    [all...]

Completed in 1110 milliseconds