OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obj_tlen
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
print-rsvp.c
489
const u_char *tptr, u_short
obj_tlen
)
497
if (
obj_tlen
< 4)
508
if (
obj_tlen
< parameter_length+4)
649
u_short rsvp_obj_len,rsvp_obj_ctype,
obj_tlen
,intserv_serv_tlen;
local
702
obj_tlen
=rsvp_obj_len-sizeof(struct rsvp_object_header);
713
if (
obj_tlen
< 8)
723
obj_tlen
-=8;
728
if (
obj_tlen
< 20)
738
obj_tlen
-=20;
743
if (
obj_tlen
< 36
[
all
...]
print-icmp.c
343
u_int hlen, dport, mtu,
obj_tlen
, obj_class_num, obj_ctype;
local
636
obj_tlen
= EXTRACT_16BITS(icmp_mpls_ext_object_header->length);
645
obj_tlen
));
651
(
obj_tlen
< sizeof(struct icmp_mpls_ext_object_header_t))) {
654
obj_tlen
-=sizeof(struct icmp_mpls_ext_object_header_t);
668
print_unknown_data(ndo, obj_tptr, "\n\t ",
obj_tlen
);
678
print_unknown_data(ndo, obj_tptr, "\n\t ",
obj_tlen
);
681
if (hlen <
obj_tlen
)
683
hlen -=
obj_tlen
;
684
obj_tptr +=
obj_tlen
;
[
all
...]
print-lmp.c
362
int tlen,lmp_obj_len,lmp_obj_ctype,
obj_tlen
;
local
431
obj_tlen
=lmp_obj_len-sizeof(struct lmp_object_header);
860
print_unknown_data(ndo,obj_tptr,"\n\t ",
obj_tlen
);
Completed in 7297 milliseconds