HomeSort by: relevance | last modified time | path
    Searched refs:lacp_peerinfo (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/net/agr/
ieee8023ad_lacp.h 48 struct lacp_peerinfo { struct
87 struct lacp_peerinfo ldu_actor;
89 struct lacp_peerinfo ldu_partner;
ieee8023ad_lacp_debug.h 50 const char *lacp_format_partner(const struct lacp_peerinfo *, char *, size_t);
51 const char *lacp_format_lagid(const struct lacp_peerinfo *,
52 const struct lacp_peerinfo *, char *, size_t);
ieee8023ad_lacp_impl.h 57 struct lacp_peerinfo la_partner;
58 struct lacp_peerinfo la_actor;
88 struct lacp_peerinfo lp_partner;
89 struct lacp_peerinfo lp_actor;
112 int lacp_compare_peerinfo(const struct lacp_peerinfo *,
113 const struct lacp_peerinfo *);
ieee8023ad_lacp_select.c 52 static void lacp_fill_aggregator_id_peer(struct lacp_peerinfo *,
53 const struct lacp_peerinfo *);
56 static bool lacp_peerinfo_is_compatible(const struct lacp_peerinfo *,
57 const struct lacp_peerinfo *);
147 lacp_fill_aggregator_id_peer(struct lacp_peerinfo *lpi_aggr,
148 const struct lacp_peerinfo *lpi_port)
186 lacp_peerinfo_is_compatible(const struct lacp_peerinfo *a,
187 const struct lacp_peerinfo *b)
ieee8023ad_lacp_debug.c 89 lacp_format_partner(const struct lacp_peerinfo *peer, char *buf, size_t buflen)
103 lacp_format_lagid(const struct lacp_peerinfo *a,
104 const struct lacp_peerinfo *b, char *buf, size_t buflen)
116 const struct lacp_peerinfo *t;
ieee8023ad_lacp_sm_rx.c 57 const struct lacp_peerinfo *);
64 static const struct lacp_peerinfo lacp_partner_admin = {
214 const struct lacp_peerinfo *info)
ieee8023ad_lacp.c 55 static void lacp_fill_actorinfo(struct agr_port *, struct lacp_peerinfo *);
74 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) },
76 sizeof(struct tlvhdr) + sizeof(struct lacp_peerinfo) },
183 lacp_fill_actorinfo(struct agr_port *port, struct lacp_peerinfo *info)
561 lacp_compare_peerinfo(const struct lacp_peerinfo *a,
562 const struct lacp_peerinfo *b)
565 return memcmp(a, b, offsetof(struct lacp_peerinfo, lip_state));

Completed in 13 milliseconds