Searched refs:plenp (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.1-release/crypto/openssh/
H A Dcipher-chachapoly.h38 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
H A Dcipher-chachapoly.c102 u_int *plenp, u_int seqnr, const u_char *cp, u_int len)
111 *plenp = get_u32(buf);
101 chachapoly_get_length(struct chachapoly_ctx *ctx, u_int *plenp, u_int seqnr, const u_char *cp, u_int len) argument
H A Dcipher.c413 cipher_get_length(CipherContext *cc, u_int *plenp, u_int seqnr, argument
417 return chachapoly_get_length(&cc->cp_ctx, plenp, seqnr,
421 *plenp = get_u32(cp);
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex_subst.c1015 re_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) argument
1028 for (p = *ptrnp, len = *plenp, needlen = 0; len > 0; ++p, --len)
1090 for (p = *ptrnp, len = *plenp, t = bp; len > 0; ++p, --len)
1149 *plenp = t - bp;
1159 re_tag_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) argument
1165 len = *plenp;
1214 *plenp = t - bp;
1224 re_cscope_conv(SCR *sp, CHAR_T **ptrnp, size_t *plenp, int *replacedp) argument
1239 for (nspaces = 0, p = *ptrnp, len = *plenp; len > 0; ++p, --len)
1260 for (len = *plenp; le
[all...]
/freebsd-10.1-release/sys/netinet6/
H A Dip6_input.c1066 * included, the real payload length will be stored in plenp.
1071 ip6_hopopts_input(u_int32_t *plenp, u_int32_t *rtalertp, argument
1104 hbhlen, rtalertp, plenp) < 0)
1124 u_int32_t *rtalertp, u_int32_t *plenp)
1200 * *plenp will be non-zero and the packet will be
1206 if (*plenp != 0) {
1225 *plenp = jumboplen;
1123 ip6_process_hopopts(struct mbuf *m, u_int8_t *opthead, int hbhlen, u_int32_t *rtalertp, u_int32_t *plenp) argument
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c288 struct ib_send_wr *wr, int max, u32 *plenp)
322 *plenp = plen;
328 int num_sge, u32 *plenp)
352 if (plenp)
353 *plenp = plen;
287 build_immd(struct t4_sq *sq, struct fw_ri_immd *immdp, struct ib_send_wr *wr, int max, u32 *plenp) argument
326 build_isgl(__be64 *queue_start, __be64 *queue_end, struct fw_ri_isgl *isglp, struct ib_sge *sg_list, int num_sge, u32 *plenp) argument

Completed in 114 milliseconds