Searched refs:slp_header_get_int24 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp-internal.h304 extern unsigned int slp_header_get_int24(const char *, size_t);
307 #define slp_get_length(h) slp_header_get_int24((h), SLP_LEN)
311 #define slp_get_option(h) slp_header_get_int24((h), SLP_NEXTOP)
H A Dslp_utils.c312 unsigned int slp_header_get_int24(const char *header, size_t off) { function

Completed in 61 milliseconds