HomeSort by relevance Sort by last modified time
    Searched refs:msg_tlen (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-olsr.c 263 u_int msg_type, msg_len, msg_tlen, hello_len; local
332 msg_tlen = msg_len - sizeof(struct olsr_msg6);
360 msg_tlen = msg_len - sizeof(struct olsr_msg4);
374 msg_tlen -= sizeof(struct olsr_hello);
376 while (msg_tlen >= sizeof(struct olsr_hello_link)) {
391 if ((hello_len <= msg_tlen)
405 msg_tlen -= sizeof(struct olsr_hello_link);
420 msg_tlen -= hello_len;
433 msg_tlen -= sizeof(struct olsr_tc);
436 olsr_print_neighbor(msg_data, msg_tlen);
    [all...]
print-lwapp.c 178 int msg_tlen; local
237 msg_tlen = EXTRACT_16BITS(lwapp_control_header->len);
244 msg_tlen,
248 if (!TTEST2(*tptr, msg_tlen))
288 tptr += sizeof(struct lwapp_control_header) + msg_tlen;
289 tlen -= sizeof(struct lwapp_control_header) + msg_tlen;
print-ldp.c 567 u_short pdu_len,msg_len,msg_type,msg_tlen; local
624 msg_tlen=msg_len-sizeof(struct ldp_msg_header)+4; /* Type & Length fields not included */
640 while(msg_tlen >= 4) {
644 msg_tlen-=processed;
660 print_unknown_data(msg_tptr,"\n\t ",msg_tlen);

Completed in 480 milliseconds