HomeSort by: relevance | last modified time | path
    Searched defs:msg_tlen (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
print-lwapp.c 177 u_int msg_type, msg_tlen; local
239 msg_tlen = GET_BE_U_2(lwapp_control_header->len);
240 if (tlen < sizeof(struct lwapp_control_header) + msg_tlen) {
251 msg_tlen,
255 ND_TCHECK_LEN(tptr, msg_tlen);
294 tptr += sizeof(struct lwapp_control_header) + msg_tlen;
295 tlen -= sizeof(struct lwapp_control_header) + msg_tlen;
print-ldp.c 246 u_int msg_tlen)
263 if (tlv_len + 4U > msg_tlen) {
584 u_int msg_tlen; local
657 msg_tlen=msg_len-(sizeof(struct ldp_msg_header)-4); /* Type & Length fields not included */
673 while(msg_tlen >= 4) {
674 processed = ldp_tlv_print(ndo, msg_tptr, msg_tlen);
677 msg_tlen-=processed;
693 print_unknown_data(ndo, msg_tptr, "\n\t ", msg_tlen);
print-olsr.c 325 u_int msg_type, msg_len, msg_tlen, hello_len; local
394 msg_tlen = msg_len - sizeof(struct olsr_msg6);
423 msg_tlen = msg_len - sizeof(struct olsr_msg4);
430 if (msg_tlen < sizeof(struct olsr_hello))
439 msg_tlen -= sizeof(struct olsr_hello);
441 while (msg_tlen >= sizeof(struct olsr_hello_link)) {
455 if ((hello_len <= msg_tlen)
469 msg_tlen -= sizeof(struct olsr_hello_link);
487 msg_tlen -= hello_len;
493 if (msg_tlen < sizeof(struct olsr_tc)
    [all...]

Completed in 25 milliseconds