OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newdest
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet6/
ip6_output.c
3079
struct ip6_dest *dest, **
newdest
= NULL;
local in function:ip6_setpktopt
3120
newdest
= &opt->ip6po_dest1;
3122
newdest
= &opt->ip6po_dest2;
3125
newdest
= &opt->ip6po_dest1;
3128
newdest
= &opt->ip6po_dest2;
3134
*
newdest
= malloc(destlen, M_IP6OPT, M_NOWAIT);
3135
if (*
newdest
== NULL)
3137
memcpy(*
newdest
, dest, destlen);
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025