Home
last modified time | relevance | path

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

/bionic/libc/include/net/
Dif_ether.h168 struct m_tag *mtag = \
170 if (mtag == NULL) { \
177 *(u_int *)(mtag + 1) = vlanid; \
178 m_tag_prepend(m, mtag); \
186 #define VLAN_TAG_VALUE(mtag) \ argument
187 ((*(u_int *)(mtag + 1)) & 4095)