Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/net/
H A Dvjcompress.h151 uint_t *hlenp));
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c535 struct vjcompress *comp, uchar_t **hdrp, uint_t *hlenp) in vj_uncompress_tcp() argument
679 *hlenp = cs->cs_hlen; in vj_uncompress_tcp()
/titanic_50/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server.c227 handle_to_string(int handle, char **stringp, int *hlenp) in handle_to_string() argument
229 if (stringp == NULL || hlenp == NULL) in handle_to_string()
233 *hlenp = sizeof(int32_t); in handle_to_string()