Home
last modified time | relevance | path

Searched refs:IFNET_INIT_IF_ADV (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/bsd/net/
H A Dkpi_interface.h734 #define IFNET_INIT_IF_ADV 0x40000000 /* Supports Interface advisory reporting */ macro
H A Dkpi_interface.c238 if ((einit.flags & IFNET_INIT_IF_ADV) != 0) { in ifnet_allocate_extended()
515 if ((einit.flags & IFNET_INIT_IF_ADV) != 0) { in ifnet_allocate_extended()
H A Dif_fake.c3026 feth_init.flags |= IFNET_INIT_IF_ADV; in feth_clone_create()