Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/tapsetiff/
Dtapsetiff.py24 IFF_VNET_HDR = 0x4000 variable
29 ifr = struct.pack('16sH', tap_name, IFF_TAP | IFF_NO_PI | IFF_VNET_HDR)
/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp113 ifr.ifr_flags = IFF_TAP | IFF_NO_PI | IFF_VNET_HDR; in OpenTapInterface()