Searched refs:total_length (Results 1 - 13 of 13) sorted by relevance

/opensolaris-onvv-gate/usr/src/common/openssl/crypto/rand/
H A Drand_vms.c97 short total_length = 0; local
105 && (total_length + pitems_data->length <= 256))
109 pitem->buffer = (long *)&data_buffer[total_length];
111 total_length += pitems_data->length;
128 RAND_add(data_buffer, total_length, total_length/2);
/opensolaris-onvv-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dradius_packet.c48 ushort_t total_length; /* Has to be 2 octets in size */ local
65 total_length = MIN_RAD_PACKET_LEN;
76 if (total_length > MAX_RAD_PACKET_LEN) {
87 total_length += 2;
117 total_length += len;
120 data_len = total_length;
121 total_length = htons(total_length);
122 bcopy(&total_length, packet->length, sizeof (ushort_t));
/opensolaris-onvv-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_radiuspacket.c53 ushort_t total_length; /* Has to be 2 octets in size */ local
69 total_length = MIN_RAD_PACKET_LEN;
80 if (total_length > MAX_RAD_PACKET_LEN) {
91 total_length += 2;
121 total_length += len;
124 data_len = total_length;
125 total_length = htons(total_length);
126 bcopy(&total_length, packet->length, sizeof (ushort_t));
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmplib/
H A Dpdu.c1061 int32_t total_length; local
1084 total_length = (int32_t)(cp - packet); /* Better fit in 32 bits */
1089 total_length, static_error_label);
1099 memcpy(cp, packet, total_length);
1101 total_length += (int32_t)(cp - buf);
1227 if(len < total_length)
1233 memcpy(cp, buf, total_length);
1235 total_length += (int32_t)(cp - packet);
1242 total_length, static_error_label);
1253 if(len < total_length)
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device-fp.c1007 lro_new->total_length = xge_os_ntohs(ip->tot_len);
1204 if ((lro->total_length + __hal_tcp_seg_len(ip, tcp) ) >
1236 lro->total_length += __hal_tcp_seg_len(ip, tcp);
1356 lro->ip_hdr->tot_len = xge_os_htons((*p_lro)->total_length);
1422 lro->ip_hdr->tot_len = xge_os_htons(lro->total_length);
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h113 uint32_t total_length:16; member in struct:oce_nic_hdr_wqe::__anon7802::__anon7803
139 uint32_t total_length:16;
/opensolaris-onvv-gate/usr/src/uts/common/rpc/
H A Dxdr_rdma.c1086 uint32_t *total_length, CONN *conn)
1097 *total_length = 0;
1164 *total_length = wcl_length;
1085 xdr_decode_wlist_svc(XDR *xdrs, struct clist **wclp, bool_t *wwl, uint32_t *total_length, CONN *conn) argument
/opensolaris-onvv-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c702 uint32_t total_length = 0, attr_len = 0, i; local
724 total_length += (include_names ?
737 if (total_length == 0) {
743 *door_line = (char *)malloc(total_length + 1);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c946 pheader->total_length = qlge->ioctl_total_length;
1127 pheader->total_length = qlge->ioctl_total_length;
1162 pheader->total_length = qlge->ioctl_total_length;
1334 qlge->ioctl_buf_lenth = pheader->total_length;
1335 qlge->ioctl_total_length = pheader->total_length;
/opensolaris-onvv-gate/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-device.h269 int total_length; member in struct:lro
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dkey.c1483 CK_ULONG total_length)
1495 rc = ber_decode_RSAPrivateKey(data, total_length,
1481 rsa_priv_unwrap(TEMPLATE *tmpl, CK_BYTE *data, CK_ULONG total_length) argument
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_tx.c838 wqeh->u0.s.total_length = pkt_len;
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge_hw.h1362 uint32_t total_length; member in struct:ioctl_header_info

Completed in 153 milliseconds