Home
last modified time | relevance | path

Searched defs:ERSPAN_VERSION (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/include/net/
H A Derspan.h63 #define ERSPAN_VERSION 0x1 /* ERSPAN type II */ macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/net/
H A Derspan.h63 #define ERSPAN_VERSION 0x1 /* ERSPAN type II */ macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/net/
H A Derspan.h63 #define ERSPAN_VERSION 0x1 /* ERSPAN type II */ macro
/dports/security/snort/snort-2.9.18/src/
H A Ddecode.h1400 #define ERSPAN_VERSION(x) ((ntohs(x->ver_vlan) & 0xf000) >> 12) macro