Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c269 int ident_flags; member
277 .ident_flags = 0,
294 .ident_flags = TUN_L2,
311 .ident_flags = TUN_L2 | TUN_VMNET,
432 flags = drv->ident_flags; in tuntap_name2info()
438 flags = drv->ident_flags; in tuntap_name2info()
470 if ((tun_flags & TUN_DRIVER_IDENT_MASK) == drv->ident_flags) in tuntap_driver_from_flags()
806 tp->tun_flags = drv->ident_flags; in tun_create_device()