Home
last modified time | relevance | path

Searched refs:IFNET_FAMILY_LOOPBACK (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dif_pflog.c163 pf_init.family = IFNET_FAMILY_LOOPBACK; in pflog_clone_create()
H A Dremote_vif.c66 #define RVI_IF_FAMILY IFNET_FAMILY_LOOPBACK
H A Diptap.c192 if_init.family = IFNET_FAMILY_LOOPBACK; in iptap_clone_create()
H A Dif_loop.c665 lo_init.family = IFNET_FAMILY_LOOPBACK; in loopattach()
H A Dkpi_interface.h105 IFNET_FAMILY_LOOPBACK = 1, enumerator
H A Dpktap.c259 if_init.family = IFNET_FAMILY_LOOPBACK; in pktap_clone_create()
H A Ddlil.c2419 _CASSERT(IFRTYPE_FAMILY_LOOPBACK == IFNET_FAMILY_LOOPBACK); in dlil_init()
8599 if (ifp->if_family != IFNET_FAMILY_LOOPBACK) { in ifnet_attach()