Home
last modified time | relevance | path

Searched refs:outmp (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c995 mblk_t *outmp; in ahdlc_encode() local
1035 if (outmp == NULL) in ahdlc_encode()
1099 curout = outmp; in ahdlc_encode()
1242 return (outmp); in ahdlc_encode()
1247 freemsg(outmp); in ahdlc_encode()
1344 return (outmp); in receive_frame()
1353 freemsg(outmp); in receive_frame()
1485 outmp = receive_frame(q, outmp, fcs16, in ahdlc_decode()
1490 outmp = NULL; in ahdlc_decode()
1579 freemsg(outmp); in ahdlc_decode()
[all …]
/illumos-gate/usr/src/head/protocols/
H A Drwhod.h46 struct outmp { struct
62 struct outmp we_utmp; /* active tty info */ argument
/illumos-gate/usr/src/uts/common/io/
H A Dcryptmod.c2542 mblk_t *outmp; in do_decrypt() local
2546 outmp = des_cfb_decrypt(q, tmi, mp); in do_decrypt()
2549 outmp = mp; in do_decrypt()
2555 outmp = des_cbc_decrypt(q, tmi, mp, &md5_hash); in do_decrypt()
2569 outmp = aes_decrypt(q, tmi, mp, &sha1_hash); in do_decrypt()
2572 return (outmp); in do_decrypt()
2587 mblk_t *outmp; in do_encrypt() local
2591 outmp = des_cfb_encrypt(q, tmi, mp); in do_encrypt()
2611 outmp = aes_encrypt(q, tmi, mp, &sha1_hash); in do_encrypt()
2614 outmp = mp; in do_encrypt()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drwho.c59 struct outmp myutmp;