Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:msg_type

92     u_int8_t msg_type;
217 u_int msg_type, msg_len, msg_tlen, hello_len, prefix;
254 msg_type = ptr.msg->msg_type;
258 if (msg_type == 0 || msg_len == 0) {
264 tok2str(olsr_msg_values, "Unknown", msg_type),
265 msg_type, ipaddr_string(ptr.msg->originator),
275 switch (msg_type) {
310 if (msg_type == OLSR_HELLO_MSG) {
332 if (msg_type == OLSR_TC_MSG) {