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

/freebsd-11-stable/sys/net/
H A Dslcompress.c451 * in *hdrp and its length in *hlenp.
455 struct slcompress *comp, u_char **hdrp, u_int *hlenp)
488 *hlenp = hlen;
586 *hlenp = cs->cs_hlen;
454 sl_uncompress_tcp_core(u_char *buf, int buflen, int total_len, u_int type, struct slcompress *comp, u_char **hdrp, u_int *hlenp) argument
/freebsd-11-stable/crypto/openssh/
H A Dsftp-server.c332 handle_to_string(int handle, u_char **stringp, int *hlenp) argument
334 if (stringp == NULL || hlenp == NULL)
338 *hlenp = sizeof(int32_t);

Completed in 118 milliseconds