Searched refs:lldp_status_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/liblldp/common/
H A Dliblldp.h141 } lldp_status_t; typedef in typeref:enum:__anon1923
298 extern const char *lldp_status2str(lldp_status_t, char *);
299 extern lldp_status_t lldp_errno2status(int);
305 extern lldp_status_t lldp_walk_prop(lldp_prop_wfunc_t *, void *,
308 extern lldp_status_t lldp_get_agent_info(const char *, boolean_t,
310 extern lldp_status_t lldp_get_agentinfo_pfc(const char *, boolean_t,
312 extern lldp_status_t lldp_get_agent_stats(const char *, lldp_stats_t *,
316 extern lldp_status_t lldp_get_agentprop(const char *, const char *, char *,
318 extern lldp_status_t lldp_get_agent_tlvprop(const char *, const char *,
320 extern lldp_status_t lldp_get_global_tlvpro
[all...]
H A Dliblldp_prop.c56 typedef lldp_status_t lldp_pd_setf_t(const char *, lldp_prop_desc_t *,
60 typedef lldp_status_t lldp_pd_getf_t(const char *, lldp_prop_desc_t *,
250 static lldp_status_t
275 static lldp_status_t
298 static lldp_status_t
302 lldp_status_t status = LLDP_STATUS_NOTSUP;
336 static lldp_status_t
340 lldp_status_t status = LLDP_STATUS_NOTSUP;
355 static lldp_status_t
359 lldp_status_t statu
[all...]
H A Dliblldp.c154 lldp_status_t
189 lldp_status_t
219 lldp_status_t
254 lldp_status_t
310 lldp_status2str(lldp_status_t status, char *buf)
375 * Convert a unix errno to a lldp_status_t.
379 lldp_status_t

Completed in 19 milliseconds