Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ip.c848 op_len < sizeof (uint32_t) || (op_len & 1) != 0 ? "?" : ""); in print_ip6opt_ls()
855 while (op_len > 0) { in print_ip6opt_ls()
857 if (op_len < 2) { in print_ip6opt_ls()
870 solen = op_len; in print_ip6opt_ls()
872 op_len -= solen; in print_ip6opt_ls()
963 uint8_t op_len; in prt_hbh_options() local
1003 op_len = len - 2; in prt_hbh_options()
1011 len -= op_len + 2; in prt_hbh_options()
1071 uint32_t op_len; in prt_dest_options() local
1111 op_len = len - 2; in prt_dest_options()
[all …]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dfunc.c167 size_t op_len; in packet_get_operand() local
172 conn->in_packet.op_len = op_len; in packet_get_operand()
596 uint16_t op_len = conn->in_packet.op_len; local
811 uint16_t op_len = conn->in_packet.op_len; local
980 uint16_t op_len = conn->in_packet.op_len; local
1114 uint16_t op_len = conn->in_packet.op_len; local
1234 uint16_t op_len = conn->in_packet.op_len; local
1392 uint16_t op_len = conn->in_packet.op_len; local
1628 uint16_t op_len = conn->in_packet.op_len; local
1827 uint16_t op_len = conn->in_packet.op_len; local
[all …]
H A Dobj.c1872 uint16_t *op_len in reg_get_entity() argument
1884 tmp_len = *op_len; in reg_get_entity()
1919 *op_len = tmp_len; in reg_get_entity()
1944 uint16_t *op_len in reg_get_iscsi() argument
1956 tmp_len = *op_len; in reg_get_iscsi()
1984 *op_len = tmp_len; in reg_get_iscsi()
2011 uint16_t *op_len in reg_get_portal() argument
2100 uint16_t *op_len in reg_get_pg() argument
2158 uint16_t *op_len in reg_get_pg1() argument
2228 uint16_t *op_len in reg_get_pg2() 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()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h51 CK_ULONG op_len; member
H A DsoftSessionUtil.c538 p_op_state->op_len = op_data_len; in soft_get_operationstate()
623 if (p_op_state->op_len != ulOperationStateLen) { in soft_set_operationstate()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h1237 uint16_t op_len; /* number operations in compound req */ member
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_srv.c693 if ((cs->op_pos + 1) != cs->op_len) { in rfs4x_op_destroy_session()
H A Dnfs4_srv.c6034 cs->op_len = args->array_len; in rfs4_compound()