OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ip_store
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/agr/
if_agrether_hash.c
112
struct ip
ip_store
;
local
115
ip = agr_m_extract(m, off, sizeof(*ip), &
ip_store
);
/src/sys/netinet/
ip_flow.c
206
struct ip
ip_store
;
local
235
memcpy(&
ip_store
, mtod(m, const void *), sizeof(
ip_store
));
236
ip = &
ip_store
;
317
memcpy(mtod(m, void *), &
ip_store
, sizeof(
ip_store
));
local
Completed in 17 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026