Searched defs:lacpdu (Results 1 – 1 of 1) sorted by relevance
97 typedef struct lacpdu { struct98 u8 subtype; /* = LACP(= 0x01) */99 u8 version_number;100 u8 tlv_type_actor_info; /* = actor information(type/length/value) */101 u8 actor_information_length; /* = 20 */125 } __packed lacpdu_t; argument129 struct lacpdu lacpdu; argument243 struct lacpdu lacpdu; /* the lacpdu that will be sent for this port */ member