Searched defs:pcSendBuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utils.c258 * Lays a SLP header into pcSendBuf, performing byte-ordering and bounds
261 * pcSendBuf: a buffer into which to write the composed header
262 * iSendBufSz: the size of pcSendBuf in bytes
267 * the message should be written into pcSendBuf).
269 SLPError slp_add_header(const char *pcLangTag, char *pcSendBuf, argument
295 (void) memset(pcSendBuf, 0, SLP_HDRLEN);
297 slp_set_version(pcSendBuf, SLP_VERSION);
298 slp_set_function(pcSendBuf, (char)iFun);
299 slp_set_length(pcSendBuf, iLen);
300 slp_set_xid(pcSendBuf, xi
[all...]

Completed in 71 milliseconds