OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:carp_mc_entry
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netinet/
ip_carp.c
102
struct
carp_mc_entry
{
struct
103
LIST_ENTRY(
carp_mc_entry
) mc_entries;
153
LIST_HEAD(__carp_mchead,
carp_mc_entry
) carp_mc_listhead;
2300
struct
carp_mc_entry
*mc;
2317
mc = malloc(sizeof(struct
carp_mc_entry
), M_DEVBUF, M_NOWAIT);
2357
struct
carp_mc_entry
*mc;
2366
* Find a key to lookup
carp_mc_entry
. We have to do this
2409
struct
carp_mc_entry
*mc;
ip_carp.c
102
struct
carp_mc_entry
{
struct
103
LIST_ENTRY(
carp_mc_entry
) mc_entries;
153
LIST_HEAD(__carp_mchead,
carp_mc_entry
) carp_mc_listhead;
2300
struct
carp_mc_entry
*mc;
2317
mc = malloc(sizeof(struct
carp_mc_entry
), M_DEVBUF, M_NOWAIT);
2357
struct
carp_mc_entry
*mc;
2366
* Find a key to lookup
carp_mc_entry
. We have to do this
2409
struct
carp_mc_entry
*mc;
ip_carp.c
102
struct
carp_mc_entry
{
struct
103
LIST_ENTRY(
carp_mc_entry
) mc_entries;
153
LIST_HEAD(__carp_mchead,
carp_mc_entry
) carp_mc_listhead;
2300
struct
carp_mc_entry
*mc;
2317
mc = malloc(sizeof(struct
carp_mc_entry
), M_DEVBUF, M_NOWAIT);
2357
struct
carp_mc_entry
*mc;
2366
* Find a key to lookup
carp_mc_entry
. We have to do this
2409
struct
carp_mc_entry
*mc;
Completed in 34 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025