OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:if_clone
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if.h
153
struct
if_clone
{
struct
154
LIST_ENTRY(
if_clone
) ifc_list; /* on list of cloners */
158
int (*ifc_create)(struct
if_clone
*, int);
1243
void if_clone_attach(struct
if_clone
*);
1244
void if_clone_detach(struct
if_clone
*);
if.h
153
struct
if_clone
{
struct
154
LIST_ENTRY(
if_clone
) ifc_list; /* on list of cloners */
158
int (*ifc_create)(struct
if_clone
*, int);
1243
void if_clone_attach(struct
if_clone
*);
1244
void if_clone_detach(struct
if_clone
*);
Completed in 25 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025