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

/osnet-11/usr/src/lib/libslp/clib/
H A Dslp_utils.c45 * slp_add_sht: encodes a 16-bit integer into the given buffer
346 (void) slp_add_sht(header, SLP_HDRLEN, len, &off);
393 SLPError slp_add_sht(char *pcBuf, size_t iBufSz, unsigned short iVal, function
427 if ((err = slp_add_sht(pcBuf, iBufSz, (unsigned short)iStrLen, piLen))

Completed in 20 milliseconds