Searched defs:openl2tp_event_msg (Results 1 – 1 of 1) sorted by relevance
77 struct openl2tp_event_msg { struct78 uint32_t msg_signature; /* OPENL2TP_MSG_SIGNATURE */79 uint16_t msg_type; /* OPENL2TP_MSG_TYPE_* */80 uint16_t msg_len; /* length of data that follows */81 uint8_t msg_data[0]; /* list of TLVs, each always longword aligned */