Home
last modified time | relevance | path

Searched refs:IFEF_CLONE (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_private.h122 #define IFEF_CLONE 0x00010000 /* created using if_clone */ macro
H A Dif.c691 if_set_eflags(ifp, IFEF_CLONE); in if_clone_create()
724 if ((ifp->if_eflags & IFEF_CLONE) == 0) { in if_clone_destroy()