Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dkpi_interface.h755 #define IFNET_INIT_IF_ADV 0x40000000 /* Supports Interface advisory reporting */ macro
H A Dkpi_interface.c239 if ((einit.flags & IFNET_INIT_IF_ADV) != 0) { in ifnet_allocate_extended()
519 if ((einit.flags & IFNET_INIT_IF_ADV) != 0) { in ifnet_allocate_extended()
H A Dif_redirect.c1237 rd_init.flags |= (IFNET_INIT_SKYWALK_NATIVE | IFNET_INIT_IF_ADV); in redirect_clone_create()
H A Dif_fake.c3594 feth_init.flags |= IFNET_INIT_IF_ADV; in feth_clone_create()