Searched defs:lacpdu (Results 1 – 1 of 1) sorted by relevance
99 typedef struct lacpdu { struct100 u8 subtype; /* = LACP(= 0x01) */101 u8 version_number;102 u8 tlv_type_actor_info; /* = actor information(type/length/value) */103 u8 actor_information_length; /* = 20 */127 } __packed lacpdu_t; argument131 struct lacpdu lacpdu; argument248 struct lacpdu lacpdu; /* the lacpdu that will be sent for this port */ member
Completed in 7 milliseconds