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

/freebsd-10.1-release/sys/net/
H A Dslcompress.c460 * in *hdrp and its length in *hlenp.
463 sl_uncompress_tcp_core(buf, buflen, total_len, type, comp, hdrp, hlenp)
469 u_int *hlenp;
502 *hlenp = hlen;
600 *hlenp = cs->cs_hlen;
/freebsd-10.1-release/crypto/openssh/
H A Dsftp-server.c344 handle_to_string(int handle, char **stringp, int *hlenp) argument
346 if (stringp == NULL || hlenp == NULL)
350 *hlenp = sizeof(int32_t);

Completed in 102 milliseconds