OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:msg_tlen
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-olsr.c
217
u_int msg_type, msg_len,
msg_tlen
, hello_len, prefix;
local
272
msg_tlen
= msg_len - sizeof(struct olsr_msg);
285
msg_tlen
-= sizeof(struct olsr_hello);
287
while (
msg_tlen
>= sizeof(struct olsr_hello_link)) {
307
msg_tlen
-= sizeof(struct olsr_hello_link);
317
msg_tlen
-= hello_len;
330
msg_tlen
-= sizeof(struct olsr_tc);
333
olsr_print_neighbor(msg_data,
msg_tlen
);
335
olsr_print_lq_neighbor(msg_data,
msg_tlen
);
343
while (
msg_tlen
>= sizeof(struct in_addr))
[
all
...]
print-ldp.c
503
u_short pdu_len,msg_len,msg_type,
msg_tlen
;
local
561
msg_tlen
=msg_len-sizeof(struct ldp_msg_header)+4; /* Type & Length fields not included */
578
while(
msg_tlen
>= 4) {
582
msg_tlen
-=processed;
598
print_unknown_data(msg_tptr,"\n\t ",
msg_tlen
);
Completed in 151 milliseconds