Searched refs:newmsg (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_sendsigned.c | 35 u_char *newmsg; in res_nsendsigned() local 53 newmsg = (u_char *) malloc(bufsize); in res_nsendsigned() 54 if (newmsg == NULL) { in res_nsendsigned() 59 memcpy(newmsg, msg, msglen); in res_nsendsigned() 72 free(newmsg); in res_nsendsigned() 78 ret = ns_sign(newmsg, &newmsglen, bufsize, NOERROR, dstkey, NULL, 0, in res_nsendsigned() 82 free (newmsg); in res_nsendsigned() 105 len = res_nsend(nstatp, newmsg, newmsglen, answer, anslen); in res_nsendsigned() 108 free (newmsg); in res_nsendsigned() 137 free (newmsg); in res_nsendsigned() [all …]
|
/titanic_44/usr/src/lib/libsip/common/ |
H A D | sip_reass.c | 191 char *newmsg; in sip_get_tcp_msg() local 194 newmsg = malloc(newlen + 1); in sip_get_tcp_msg() 195 if (newmsg == NULL) { in sip_get_tcp_msg() 202 (void) strncpy(newmsg, reass->sip_reass_msg, in sip_get_tcp_msg() 204 newmsg[reass->sip_reass_msglen] = '\0'; in sip_get_tcp_msg() 205 (void) strncat(newmsg, msg, *msglen); in sip_get_tcp_msg() 206 newmsg[newlen] = '\0'; in sip_get_tcp_msg() 207 assert(strlen(newmsg) == newlen); in sip_get_tcp_msg() 211 reass->sip_reass_msg = newmsg; in sip_get_tcp_msg()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/pppoe/ |
H A D | pppoec.c | 798 poemsg_t *newmsg; in save_message() local 801 newmsg = (poemsg_t *)malloc(sizeof (*pmsg) + pmsg->poemsg_len + in save_message() 803 if (newmsg != NULL) { in save_message() 804 newmsg->poemsg_next = NULL; in save_message() 805 newmsg->poemsg_data = (const poep_t *)(newmsg + 1); in save_message() 806 (void) memcpy(newmsg + 1, pmsg->poemsg_data, pmsg->poemsg_len); in save_message() 807 newmsg->poemsg_len = pmsg->poemsg_len; in save_message() 808 cp = (char *)newmsg->poemsg_data + pmsg->poemsg_len; in save_message() 809 newmsg->poemsg_iname = (const char *)cp; in save_message() 811 (void) memcpy(&newmsg->poemsg_sender, &pmsg->poemsg_sender, in save_message() [all …]
|
/titanic_44/usr/src/lib/cfgadm_plugins/sbd/common/ |
H A D | ap_rcm.c | 1345 char *newmsg; in ap_rcm_info() local 1401 newmsg = realloc(*msg, strlen(*msg) + msg_size); in ap_rcm_info() 1402 if (newmsg == NULL) in ap_rcm_info() 1405 *msg = newmsg; in ap_rcm_info()
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_ftp_pxy.c | 637 int ippr_ftp_pasvreply(fin, ip, nat, f, port, newmsg, s, data_ip, ifsftp) in ippr_ftp_pasvreply() argument 643 char *newmsg; 668 nlen = strlen(newmsg); 678 bcopy(newmsg, MTOD(m, char *) + off, nlen); 693 COPYBACK(m, off, nlen, newmsg);
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ldterm.c | 443 static mblk_t *newmsg(ldtermstd_state_t *); 1659 if ((bpt = newmsg(tp)) != NULL) { in ldtermrmsg() 1881 bpt = newmsg(tp); in ldterm_docanon() 1928 bpt = newmsg(tp); in ldterm_docanon() 2014 if ((bpt = newmsg(tp)) == NULL) in ldterm_docanon() 2841 return (newmsg(tp)); in ldterm_dononcanon() 2961 newmsg(ldtermstd_state_t *tp) in newmsg() function 3107 if (newmsg(tp) != NULL) { in ldtermwput()
|
H A D | cryptmod.c | 3183 mblk_t *newmsg = NULL; in cryptmodwsrv() local 3196 newmsg = encrypt_msgb(q, tmi, mp); in cryptmodwsrv() 3197 if (newmsg != NULL) in cryptmodwsrv() 3198 putnext(q, newmsg); in cryptmodwsrv()
|