Home
last modified time | relevance | path

Searched defs:zebra_privs_t (Results 1 – 3 of 3) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dprivs.h68 struct zebra_privs_t { struct
69 zebra_capabilities_t *caps_p; /* caps required for operation */
70 zebra_capabilities_t *caps_i; /* caps to allow inheritance of */
71 int cap_num_p; /* number of caps in arrays */
72 int cap_num_i;
80 pthread_mutex_t mutex;
104 extern void zprivs_preinit(struct zebra_privs_t *zprivs); argument
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dprivs.h68 struct zebra_privs_t { struct
69 zebra_capabilities_t *caps_p; /* caps required for operation */
70 zebra_capabilities_t *caps_i; /* caps to allow inheritance of */
71 int cap_num_p; /* number of caps in arrays */
72 int cap_num_i;
80 pthread_mutex_t mutex;
104 extern void zprivs_preinit(struct zebra_privs_t *zprivs); argument
/dports/net/quagga/quagga-1.2.4/lib/
H A Dprivs.h57 struct zebra_privs_t struct
59 zebra_capabilities_t *caps_p; /* caps required for operation */
60 zebra_capabilities_t *caps_i; /* caps to allow inheritance of */
84 extern void zprivs_init (struct zebra_privs_t *zprivs); argument