11#ifndef _H_agt_yangpatch 
   12#define _H_agt_yangpatch 
  147#if defined(WITH_GNMI) && defined(WITH_RESTCONF) && defined(WITH_YCONTROL) 
status_t agt_yangpatch_edit(ses_cb_t *scb, yangapi_cb_t *rcb, rpc_msg_t *msg)
Handle a YANG Patch edit.
Definition: agt_yangpatch.c:1305
 
status_t agt_yangpatch_gnmi_edit(ses_cb_t *scb, yangapi_cb_t *rcb, yang_patch_cb_t *pcb, rpc_msg_t *msg)
Handle a YP-GNMI edit.
Definition: agt_yangpatch.c:1533
 
status_t
global error return code
Definition: status_enum.h:219
 
NETCONF protocol remote procedure call common definitions.
 
NETCONF Session Common definitions module.
 
Global error messages for status code enumerations.
 
global error status code enumerations
 
NETCONF Server and Client RPC Request/Reply Message Header.
Definition: rpc.h:185
 
Session Control Block.
Definition: ses.h:759
 
One YANG Patch Request.
Definition: yang_patch.h:155
 
Restapi Control Block Used by RESTCONF to hold parse and request processing state.
Definition: yangapi.h:351
 
YANG-API definitions (pre-RESTCONF)