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

/opensolaris-onvv-gate/usr/src/head/protocols/
H A Drwhod.h48 struct outmp { struct
64 struct outmp we_utmp; /* active tty info */
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c996 mblk_t *outmp; local
1035 outmp = allocb(outmp_len, BPRI_MED);
1036 if (outmp == NULL)
1039 tp = outmp->b_wptr;
1100 curout = outmp;
1101 tpmax = outmp->b_datap->db_lim;
1156 if ((outmp->b_cont = curout) == NULL)
1158 outmp->b_wptr = tp;
1176 if ((outmp->b_cont = curout) == NULL)
1178 outmp
1259 receive_frame(queue_t *q, mblk_t *outmp, ushort_t fcs16, uint32_t fcs32) argument
1376 mblk_t *outmp; /* buffer for decoded data */ local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c315 mblk_t *outmp; local
332 if ((outmp = kssl_build_record(kssl->ksslf_ctx, NULL)) == NULL)
336 (void) sof_inject_data_out(handle, outmp, &msg,
354 mblk_t *outmp, *retmp = NULL, **tail = &retmp; local
367 kssl_cmd = kssl_input(kssl->ksslf_ctx, mp, &outmp,
376 (void) sof_inject_data_out(handle, outmp, &msg,
401 *tail = outmp;
402 *lenp += MBLKL(outmp);
403 while (outmp->b_cont != NULL) {
404 outmp
[all...]
H A Dksslapi.c327 mblk_t *recmp, *outmp = NULL; local
426 outmp = recmp;
443 outmp = recmp;
447 &outmp, cbfn, arg);
482 if (outmp != NULL) {
483 *decrmp = outmp;
522 kssl_handle_mblk(kssl_ctx_t ctx, mblk_t **mpp, mblk_t **outmp) argument
544 *outmp = NULL;
595 kssl_cmd = kssl_handle_any_record(ssl, mp, outmp,
754 if (*outmp
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c61 struct outmp myutmp;
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dcryptmod.c2539 mblk_t *outmp; local
2543 outmp = des_cfb_decrypt(q, tmi, mp);
2546 outmp = mp;
2549 outmp = des_cbc_decrypt(q, tmi, mp, &null_hash);
2552 outmp = des_cbc_decrypt(q, tmi, mp, &md5_hash);
2555 outmp = des_cbc_decrypt(q, tmi, mp, &crc32_hash);
2558 outmp = des_cbc_decrypt(q, tmi, mp, &sha1_hash);
2562 outmp = arcfour_hmac_md5_decrypt(q, tmi, mp, &md5_hash);
2566 outmp = aes_decrypt(q, tmi, mp, &sha1_hash);
2569 return (outmp);
2584 mblk_t *outmp; local
[all...]

Completed in 139 milliseconds