Searched refs:iOptLength (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Devices/Network/slirp/ |
H A D | tftp.c | 540 size_t iOptLength = 0; local 548 iOptLength += RTStrPrintf(aszOptionBuffer, 256 , "%s", pszOptName) + 1; 549 iOptLength += RTStrPrintf(aszOptionBuffer + iOptLength, 256 - iOptLength , "%llu", u64OptValue) + 1; 550 if (iOptLength > M_TRAILINGSPACE(pMBuf)) 554 pMBuf->m_len += iOptLength; 555 m_copyback(pData, pMBuf, cbMBufCurrent, iOptLength, aszOptionBuffer);
|
Completed in 2590 milliseconds