108 dlq_hdr_t *valuniqueQ);
dlq provides general double-linked list and queue support:
void(* record_unique_error_t)(ses_cb_t *scb, xml_msg_hdr_t *msghdr, val_value_t *errval, dlq_hdr_t *valuniqueQ)
Callback function to generate an rpc_err_rec_t and save it in the msg Use the provided error info rec...
Definition: val_unique.h:105
status_t val_unique_stmt_check(ses_cb_t *scb, xml_msg_hdr_t *msg, obj_template_t *obj, val_value_t *parent, val_value_t *firstval, val_value_t *root, record_unique_error_t error_fn)
Check for the proper uniqueness of the tuples within the set of list instances for the specified node...
Definition: val_unique.c:500
status_t
global error return code
Definition: status_enum.h:210
NETCONF Session Common definitions module.
Global error messages for status code enumerations.
One YANG data-def-stmt.
Definition: obj.h:1229
Session Control Block.
Definition: ses.h:573
one value to match one type
Definition: val.h:912
Common Encoding Message Header No longer XML specific!! Used by JSON and CBOR parsing as well!...
Definition: xml_msg.h:404
Value Node Basic Support.
XML and JSON Message send and receive support.