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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_utils.c48 * slp_add_sht: encodes a 16-bit integer into the given buffer
349 (void) slp_add_sht(header, SLP_HDRLEN, len, &off);
396 SLPError slp_add_sht(char *pcBuf, size_t iBufSz, unsigned short iVal, function
430 if ((err = slp_add_sht(pcBuf, iBufSz, (unsigned short)iStrLen, piLen))

Completed in 45 milliseconds