OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstopts
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
dest6.c
60
struct ip6_dest *
dstopts
;
local
64
IP6_EXTHDR_GET(
dstopts
, struct ip6_dest *, m, off, sizeof(*
dstopts
));
65
if (
dstopts
== NULL)
67
dstoptlen = (
dstopts
->ip6d_len + 1) << 3;
69
IP6_EXTHDR_GET(
dstopts
, struct ip6_dest *, m, off, dstoptlen);
70
if (
dstopts
== NULL)
74
opt = (u_int8_t *)
dstopts
+ sizeof(struct ip6_dest);
92
erroff = *offp + (opt - (u_int8_t *)
dstopts
);
102
return
dstopts
->ip6d_nxt
[
all
...]
/src/external/bsd/ipf/dist/tools/
ippool_y.y
89
%type <num> role table inout unit
dstopts
weighting
435
IPT_POOL unit '/' IPT_DSTLIST '(' name ';'
dstopts
')'
553
dstopts
:
label
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026