OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt6
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_subr.c
960
struct _opt6 *
opt6
;
local
962
opt6
= (struct _opt6 *)(mtod(m0, char *) + off);
963
proto =
opt6
->opt6_nxt;
964
off += 8 + (
opt6
->opt6_hlen * 4);
966
fin->fi_gpi =
opt6
->ah_spi;
1044
struct _opt6 *
opt6
;
local
1046
opt6
= (struct _opt6 *)(mtod(m0, char *) + off);
1048
fin6->fi6_gpi =
opt6
->ah_spi;
1049
proto =
opt6
->opt6_nxt;
1050
off += 8 + (
opt6
->opt6_hlen * 4)
1059
struct _
opt6
*
opt6
;
local
[
all
...]
/src/sys/dist/pf/net/
pf.c
4550
struct ip6_ext
opt6
;
local
4552
if (!pf_pull_hdr(m, off2, &
opt6
,
4553
sizeof(
opt6
), NULL, reason,
4560
off2 += (
opt6
.ip6e_len + 2) * 4;
4562
off2 += (
opt6
.ip6e_len + 1) * 8;
4563
pd2.proto =
opt6
.ip6e_nxt;
6201
struct ip6_ext
opt6
;
local
6203
if (!pf_pull_hdr(m, off, &
opt6
, sizeof(
opt6
),
6212
off += (
opt6
.ip6e_len + 2) * 4
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026