Lines Matching refs:new_conn
411 sdp_conn_t *new_conn;
418 new_conn = calloc(1, sizeof (sdp_conn_t));
419 if (new_conn == NULL)
421 new_conn->c_ttl = ttl;
422 new_conn->c_addrcount = addrcount;
423 if ((ret = commp_add_str(&new_conn->c_nettype, nettype,
427 if ((ret = commp_add_str(&new_conn->c_addrtype, addrtype,
431 if ((ret = commp_add_str(&new_conn->c_address, address,
436 *conn = new_conn;
441 tmp->c_next = new_conn;
445 sdp_free_connection(new_conn);