Lines Matching defs:op_len
173 size_t op_len;
175 op = pdu_get_operand(pdu, &op_len);
178 conn->in_packet.op_len = op_len;
625 uint16_t op_len = conn->in_packet.op_len;
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;
877 if (op_len == 0) {
920 tlv_len = op_len;
926 op_len = tlv_len;
927 FOR_EACH_OP(op, op_len, op_type, {
944 op, op_len, conn);
955 FOR_EACH_OP(op, op_len, op_type, {
968 op, op_len, conn);
1013 uint16_t op_len = conn->in_packet.op_len;
1067 op, op_len, &obj_uids, &num_of_obj);
1110 ec = get_qry_attrs(uid, op_type, op, op_len, conn);
1149 uint16_t op_len = conn->in_packet.op_len;
1166 while (op_len > 8 && ec == 0) {
1197 NEXT_TLV(op, op_len);
1198 if (op_len > 8 &&
1234 NEXT_TLV(op, op_len);
1271 uint16_t op_len = conn->in_packet.op_len;
1284 op_len != 12 ||
1439 uint16_t op_len = conn->in_packet.op_len;
1497 ec = create_dd_object(op, op_len, &dd);
1520 while (op_len > 8 && ec == 0) {
1641 NEXT_TLV(op, op_len);
1677 uint16_t op_len = conn->in_packet.op_len;
1735 ec = create_dds_object(op, op_len, &dds);
1758 while (op_len > 8 && ec == 0) {
1842 NEXT_TLV(op, op_len);
1878 uint16_t op_len = conn->in_packet.op_len;
1911 while (op_len > 8 && ec == 0) {
1960 NEXT_TLV(op, op_len);
1997 uint16_t op_len = conn->in_packet.op_len;
2024 while (op_len > 8 && ec == 0) {
2036 NEXT_TLV(op, op_len);