HomeSort by: relevance | last modified time | path
    Searched defs:IFT_TUNNEL (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-haiku.c 33 // IFT_TUN was renamed to IFT_TUNNEL in the master branch after R1/beta4 (the
38 #ifndef IFT_TUNNEL
39 #define IFT_TUNNEL IFT_TUN
287 case IFT_TUNNEL:
292 // Both IFT_TUNNEL and IFT_LOOP prepended a dummy Ethernet
459 * can be identified by the IFT_TUNNEL value, but tap mode
  /src/sys/net/
if_types.h 175 #define IFT_TUNNEL 0x83 /* Encapsulation interface */

Completed in 43 milliseconds