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
476
rsvp_intserv_print(const u_char *tptr, u_short
obj_tlen
) {
484
if (
obj_tlen
< 4)
495
if (
obj_tlen
< parameter_length+4)
626
u_short rsvp_obj_len,rsvp_obj_ctype,
obj_tlen
,intserv_serv_tlen;
local
680
obj_tlen
=rsvp_obj_len-sizeof(struct rsvp_object_header);
691
if (
obj_tlen
< 8)
701
obj_tlen
-=8;
706
if (
obj_tlen
< 20)
716
obj_tlen
-=20;
721
if (
obj_tlen
< 36
[
all
...]
print-icmp.c
347
u_int hlen, dport, mtu,
obj_tlen
, obj_class_num, obj_ctype;
local
633
obj_tlen
= EXTRACT_16BITS(icmp_mpls_ext_object_header->length);
642
obj_tlen
);
648
(
obj_tlen
< sizeof(struct icmp_mpls_ext_object_header_t))) {
651
obj_tlen
-=sizeof(struct icmp_mpls_ext_object_header_t);
665
print_unknown_data(obj_tptr, "\n\t ",
obj_tlen
);
675
print_unknown_data(obj_tptr, "\n\t ",
obj_tlen
);
678
if (hlen <
obj_tlen
)
680
hlen -=
obj_tlen
;
681
obj_tptr +=
obj_tlen
;
[
all
...]
print-lmp.c
367
int tlen,lmp_obj_len,lmp_obj_ctype,
obj_tlen
;
local
437
obj_tlen
=lmp_obj_len-sizeof(struct lmp_object_header);
867
print_unknown_data(obj_tptr,"\n\t ",
obj_tlen
);
Completed in 552 milliseconds