OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M_IP6OPT
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet6/
ip6_output.c
1665
optbuf = malloc(optbuflen,
M_IP6OPT
, M_NOWAIT);
1673
free(optbuf,
M_IP6OPT
);
1680
free(optbuf,
M_IP6OPT
);
2056
opt = malloc(sizeof(*opt),
M_IP6OPT
, M_NOWAIT);
2067
free(opt,
M_IP6OPT
);
2074
free(opt,
M_IP6OPT
);
2083
free(opt,
M_IP6OPT
);
2114
*pktopt = malloc(sizeof(struct ip6_pktopts),
M_IP6OPT
,
2232
free(pktopt->ip6po_pktinfo,
M_IP6OPT
);
2242
free(pktopt->ip6po_nexthop,
M_IP6OPT
);
[
all
...]
in6_var.h
433
MALLOC_DECLARE(
M_IP6OPT
);
in6.c
111
MALLOC_DEFINE(
M_IP6OPT
, "ip6_options", "IPv6 options");
/src/sys/netinet/
in_pcb.c
711
free(in6p_outputopts(inp),
M_IP6OPT
);
Completed in 24 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026