Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c135 #define TUN_DRIVER_IDENT_MASK (TUN_L2 | TUN_VMNET) macro
470 if ((tun_flags & TUN_DRIVER_IDENT_MASK) == drv->ident_flags) in tuntap_driver_from_flags()