OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dstoptlen
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet6/
dest6.c
59
int off = *offp, erroff,
dstoptlen
, optlen;
local
67
dstoptlen
= (dstopts->ip6d_len + 1) << 3;
69
IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off,
dstoptlen
);
72
off +=
dstoptlen
;
73
dstoptlen
-= sizeof(struct ip6_dest);
77
for (optlen = 0;
dstoptlen
> 0;
dstoptlen
-= optlen, opt += optlen) {
79
(
dstoptlen
< IP6OPT_MINLEN || *(opt + 1) + 2 >
dstoptlen
)) {
dest6.c
59
int off = *offp, erroff,
dstoptlen
, optlen;
local
67
dstoptlen
= (dstopts->ip6d_len + 1) << 3;
69
IP6_EXTHDR_GET(dstopts, struct ip6_dest *, m, off,
dstoptlen
);
72
off +=
dstoptlen
;
73
dstoptlen
-= sizeof(struct ip6_dest);
77
for (optlen = 0;
dstoptlen
> 0;
dstoptlen
-= optlen, opt += optlen) {
79
(
dstoptlen
< IP6OPT_MINLEN || *(opt + 1) + 2 >
dstoptlen
)) {
/src/external/bsd/tcpdump/dist/
print-ip6opts.c
216
u_int
dstoptlen
= 0;
local
219
dstoptlen
= (GET_U_1(dp->ip6d_len) + 1) << 3;
220
ND_TCHECK_LEN(dp,
dstoptlen
);
230
dstoptlen
- sizeof(*dp), NULL, NULL) == -1)
234
return
dstoptlen
;
print-ip6opts.c
216
u_int
dstoptlen
= 0;
local
219
dstoptlen
= (GET_U_1(dp->ip6d_len) + 1) << 3;
220
ND_TCHECK_LEN(dp,
dstoptlen
);
230
dstoptlen
- sizeof(*dp), NULL, NULL) == -1)
234
return
dstoptlen
;
Completed in 36 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026