OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:obj_tptr
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
print-rsvp.c
620
const u_char *
obj_tptr
;
local
679
obj_tptr
=tptr+sizeof(struct rsvp_object_header);
695
ipaddr_string(
obj_tptr
),
696
*(
obj_tptr
+sizeof(struct in_addr)));
699
*(
obj_tptr
+5),
700
EXTRACT_16BITS(
obj_tptr
+6));
702
obj_tptr
+=8;
710
ip6addr_string(
obj_tptr
),
711
*(
obj_tptr
+sizeof(struct in6_addr)));
714
*(
obj_tptr
+sizeof(struct in6_addr)+1)
[
all
...]
print-lmp.c
366
const u_char *tptr,*
obj_tptr
;
local
436
obj_tptr
=tptr+sizeof(struct lmp_object_header);
451
EXTRACT_32BITS(
obj_tptr
),
452
EXTRACT_32BITS(
obj_tptr
));
466
ipaddr_string(
obj_tptr
),
467
EXTRACT_32BITS(
obj_tptr
));
473
ip6addr_string(
obj_tptr
),
474
EXTRACT_32BITS(
obj_tptr
));
480
EXTRACT_32BITS(
obj_tptr
),
481
EXTRACT_32BITS(
obj_tptr
));
[
all
...]
print-icmp.c
343
const u_int8_t *
obj_tptr
;
local
627
obj_tptr
= (u_int8_t *)ext_dp->icmp_ext_data;
631
icmp_mpls_ext_object_header = (struct icmp_mpls_ext_object_header_t *)
obj_tptr
;
636
obj_tptr
+= sizeof(struct icmp_mpls_ext_object_header_t);
657
TCHECK2(*
obj_tptr
, 4);
658
raw_label = EXTRACT_32BITS(
obj_tptr
);
665
print_unknown_data(
obj_tptr
, "\n\t ", obj_tlen);
675
print_unknown_data(
obj_tptr
, "\n\t ", obj_tlen);
681
obj_tptr
+= obj_tlen;
Completed in 25 milliseconds