HomeSort by: relevance | last modified time | path
    Searched refs:ISCSI_SOCK_MSG_BYTE_ALIGN (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/iscsi/dist/include/
iscsiutil.h 273 #define ISCSI_SOCK_MSG_BYTE_ALIGN 4
  /src/external/bsd/iscsi/dist/src/lib/
util.c 904 uint8_t padding[ISCSI_SOCK_MSG_BYTE_ALIGN];
925 if ((remainder = len % ISCSI_SOCK_MSG_BYTE_ALIGN) != 0) {
935 padding_len = ISCSI_SOCK_MSG_BYTE_ALIGN - remainder;

Completed in 24 milliseconds