Home
last modified time | relevance | path

Searched refs:pcSendBuf (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libslp/clib/
H A Dslp_utils.c269 SLPError slp_add_header(const char *pcLangTag, char *pcSendBuf, in slp_add_header() argument
295 (void) memset(pcSendBuf, 0, SLP_HDRLEN); in slp_add_header()
297 slp_set_version(pcSendBuf, SLP_VERSION); in slp_add_header()
298 slp_set_function(pcSendBuf, (char)iFun); in slp_add_header()
299 slp_set_length(pcSendBuf, iLen); in slp_add_header()
300 slp_set_xid(pcSendBuf, xid); in slp_add_header()
301 slp_set_langlen(pcSendBuf, us); in slp_add_header()
302 (void) memcpy(&pcSendBuf[SLP_HDRLEN], pcLangTag, us); in slp_add_header()