Searched defs:lldp_status_t (Results 1 - 1 of 1) 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...]

Completed in 23 milliseconds