Home
last modified time | relevance | path

Searched refs:op_len (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c837 print_ip6opt_ls(const uchar_t *data, unsigned int op_len) in print_ip6opt_ls() argument
847 "Labeled Security Option len = %u bytes%s", op_len, in print_ip6opt_ls()
848 op_len < sizeof (uint32_t) || (op_len & 1) != 0 ? "?" : ""); in print_ip6opt_ls()
849 if (op_len < sizeof (uint32_t)) in print_ip6opt_ls()
854 op_len -= sizeof (uint32_t); in print_ip6opt_ls()
855 while (op_len > 0) { in print_ip6opt_ls()
857 if (op_len < 2) { in print_ip6opt_ls()
863 if (solen < 2 || solen > op_len) { in print_ip6opt_ls()
866 sotype, solen, op_len); in print_ip6opt_ls()
869 if (solen > op_len) in print_ip6opt_ls()
[all …]
/titanic_44/usr/src/cmd/isns/isnsd/
H A Dfunc.c173 size_t op_len; in packet_get_operand() local
175 op = pdu_get_operand(pdu, &op_len); in packet_get_operand()
178 conn->in_packet.op_len = op_len; in packet_get_operand()
625 uint16_t op_len = conn->in_packet.op_len; local
699 ec = reg_get_entity(&ety, &op, &op_len);
728 (ec = reg_get_obj(&obj, &pgt[0], &op, &op_len)) == 0 &&
842 uint16_t op_len = conn->in_packet.op_len; local
877 if (op_len == 0) {
920 tlv_len = op_len;
926 op_len = tlv_len;
[all …]
H A Dobj.c1866 uint16_t *op_len in reg_get_entity() argument
1878 tmp_len = *op_len; in reg_get_entity()
1913 *op_len = tmp_len; in reg_get_entity()
1938 uint16_t *op_len in reg_get_iscsi() argument
1950 tmp_len = *op_len; in reg_get_iscsi()
1978 *op_len = tmp_len; in reg_get_iscsi()
2005 uint16_t *op_len in reg_get_portal() argument
2019 tmp_len = *op_len; in reg_get_portal()
2071 *op_len = tmp_len; in reg_get_portal()
2094 uint16_t *op_len in reg_get_pg() argument
[all …]
H A Dpdu.c567 size_t *op_len in pdu_get_operand() argument
576 *op_len = 0; in pdu_get_operand()
601 *op_len = payload_len; in pdu_get_operand()
607 if (*op_len >= 8) { in pdu_get_operand()
H A Disns_func.h46 size_t op_len; member
H A Ddump.c1588 uint32_t key_tag, op_tag, op_len; in update_member() local
1625 op_len = strlen(m_name); in update_member()
1626 op_len += 4 - (op_len % 4); in update_member()
1633 op_len = 4; in update_member()
1640 op_len = 4; in update_member()
1670 tlv->attr_len = htonl(op_len); in update_member()
1683 payload_len += 8 + op_len; in update_member()
H A Ddd.c1159 uint16_t op_len, in create_dd_object() argument
1170 while (op_len > 8 && ec == 0) { in create_dd_object()
1213 NEXT_TLV(op, op_len); in create_dd_object()
1227 uint16_t op_len, in create_dds_object() argument
1238 while (op_len > 8 && ec == 0) { in create_dds_object()
1274 NEXT_TLV(op, op_len); in create_dds_object()
/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h49 CK_ULONG op_len; member
H A DsoftSessionUtil.c519 p_op_state->op_len = op_data_len; in soft_get_operationstate()
604 if (p_op_state->op_len != ulOperationStateLen) { in soft_set_operationstate()