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

/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_browser.c601 int mailboxlen; local
607 * If the mailboxlen is an even number we need to pad the
611 mailboxlen = strlen(mailbox) + 1;
613 if ((mailboxlen & 0x01) == 0) {
614 ++mailboxlen;
636 69 + mailboxlen, /* Data offset */
641 mailboxlen + data_count, /* Total request bytes */

Completed in 23 milliseconds