OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:obj_len
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/traceroute/
traceroute.c
1112
size_t datalen,
obj_len
;
local in function:decode_extensions
1158
obj_len
= ntohs(obj_hdr->length);
1163
if (
obj_len
> datalen)
1166
datalen -=
obj_len
;
1172
obj_len
-= sizeof(struct icmp_ext_obj_hdr);
1178
while (
obj_len
>= sizeof(uint32_t)) {
1182
obj_len
-= sizeof(uint32_t);
1187
if (
obj_len
> 0) {
traceroute.c
1112
size_t datalen,
obj_len
;
local in function:decode_extensions
1158
obj_len
= ntohs(obj_hdr->length);
1163
if (
obj_len
> datalen)
1166
datalen -=
obj_len
;
1172
obj_len
-= sizeof(struct icmp_ext_obj_hdr);
1178
while (
obj_len
>= sizeof(uint32_t)) {
1182
obj_len
-= sizeof(uint32_t);
1187
if (
obj_len
> 0) {
Completed in 44 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025