Searched refs:ISCSI_SOCK_MSG_BYTE_ALIGN (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/iscsi/dist/include/
H A Discsiutil.h273 #define ISCSI_SOCK_MSG_BYTE_ALIGN 4 macro
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dutil.c903 uint8_t padding[ISCSI_SOCK_MSG_BYTE_ALIGN];
924 if ((remainder = len % ISCSI_SOCK_MSG_BYTE_ALIGN) != 0) {
934 padding_len = ISCSI_SOCK_MSG_BYTE_ALIGN - remainder;

Completed in 91 milliseconds