Searched refs:total_length (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | radius_packet.c | 48 ushort_t total_length; /* Has to be 2 octets in size */ in snd_radius_request() local 65 total_length = MIN_RAD_PACKET_LEN; in snd_radius_request() 76 if (total_length > MAX_RAD_PACKET_LEN) { in snd_radius_request() 87 total_length += 2; in snd_radius_request() 117 total_length += len; in snd_radius_request() 120 data_len = total_length; in snd_radius_request() 121 total_length = htons(total_length); in snd_radius_request() 122 bcopy(&total_length, packet->length, sizeof (ushort_t)); in snd_radius_request()
|
/titanic_44/usr/src/uts/common/io/comstar/port/iscsit/ |
H A D | iscsit_radiuspacket.c | 53 ushort_t total_length; /* Has to be 2 octets in size */ in iscsit_snd_radius_request() local 69 total_length = MIN_RAD_PACKET_LEN; in iscsit_snd_radius_request() 80 if (total_length > MAX_RAD_PACKET_LEN) { in iscsit_snd_radius_request() 91 total_length += 2; in iscsit_snd_radius_request() 121 total_length += len; in iscsit_snd_radius_request() 124 data_len = total_length; in iscsit_snd_radius_request() 125 total_length = htons(total_length); in iscsit_snd_radius_request() 126 bcopy(&total_length, packet->length, sizeof (ushort_t)); in iscsit_snd_radius_request()
|
/titanic_44/usr/src/uts/common/io/xge/hal/xgehal/ |
H A D | xgehal-device-fp.c | 1007 lro_new->total_length = xge_os_ntohs(ip->tot_len); in __hal_open_lro_session() 1204 if ((lro->total_length + __hal_tcp_seg_len(ip, tcp) ) > in __hal_lro_under_optimal_thresh() 1236 lro->total_length += __hal_tcp_seg_len(ip, tcp); in __hal_collapse_ip_hdr() 1356 lro->ip_hdr->tot_len = xge_os_htons((*p_lro)->total_length); in xge_hal_lro_process_rx() 1422 lro->ip_hdr->tot_len = xge_os_htons(lro->total_length); in xge_hal_lro_next_session()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/oce/ |
H A D | oce_hw_eth.h | 110 uint32_t total_length:16; member 136 uint32_t total_length:16;
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_line.c | 1641 Dwarf_Unsigned total_length = 0; in dwarf_read_line_table_prefix() local 1657 READ_AREA_LENGTH(dbg, total_length, Dwarf_Unsigned, in dwarf_read_line_table_prefix() 1661 line_ptr_end = line_ptr + total_length; in dwarf_read_line_table_prefix() 1676 prefix_out->pf_total_length = total_length; in dwarf_read_line_table_prefix()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | xdr_rdma.c | 1086 uint32_t *total_length, CONN *conn) in xdr_decode_wlist_svc() argument 1097 *total_length = 0; in xdr_decode_wlist_svc() 1164 *total_length = wcl_length; in xdr_decode_wlist_svc()
|
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 704 uint32_t total_length = 0, attr_len = 0, i; in convert_to_door_line() local 726 total_length += (include_names ? in convert_to_door_line() 739 if (total_length == 0) { in convert_to_door_line() 745 *door_line = (char *)malloc(total_length + 1); in convert_to_door_line()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlge/ |
H A D | qlge_dbg.c | 946 pheader->total_length = qlge->ioctl_total_length; in build_init_pkt_header() 1127 pheader->total_length = qlge->ioctl_total_length; in ql_chip_ioctl() 1162 pheader->total_length = qlge->ioctl_total_length; in ql_chip_ioctl() 1334 qlge->ioctl_buf_lenth = pheader->total_length; in ql_chip_ioctl() 1335 qlge->ioctl_total_length = pheader->total_length; in ql_chip_ioctl()
|
/titanic_44/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | key.c | 1483 CK_ULONG total_length) in rsa_priv_unwrap() argument 1495 rc = ber_decode_RSAPrivateKey(data, total_length, in rsa_priv_unwrap()
|
/titanic_44/usr/src/uts/common/io/xge/hal/include/ |
H A D | xgehal-device.h | 269 int total_length; member
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/oce/ |
H A D | oce_tx.c | 834 wqeh->u0.s.total_length = pkt_len; in oce_send_packet()
|
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge_hw.h | 1362 uint32_t total_length; member
|