Searched refs:dot1q (Results 1 – 9 of 9) sorted by relevance
23 case ETH_P_8021Q: goto dot1q; in on_packet()28 dot1q: { in on_packet()29 struct dot1q_t *dot1q = cursor_advance(cursor, sizeof(*dot1q)); in on_packet() local30 switch (dot1q->type) { in on_packet()
28 case ETH_P_8021Q: goto dot1q; in on_packet()33 dot1q: { in on_packet()34 struct dot1q_t *dot1q = cursor_advance(cursor, sizeof(*dot1q)); in on_packet() local35 switch (dot1q->type) { in on_packet()
78 case ETH_P_8021Q: goto dot1q; in handle_packet()82 dot1q: { in handle_packet()83 struct dot1q_t *dot1q = cursor_advance(cursor, sizeof(*dot1q)); in handle_packet() local84 switch (dot1q->type) { in handle_packet()
155 case ETH_P_8021Q: goto dot1q; in br_common()160 dot1q: { in br_common()161 struct dot1q_t *dot1q = cursor_advance(cursor, sizeof(*dot1q)); in br_common() local162 switch(dot1q->type) { in br_common()
18 next proto::dot1q;27 struct dot1q {34 state dot1q {35 switch $dot1q.type {
25 state proto::dot1q {
34 state proto::dot1q {
30 802_1Q 8100 8021q 1q 802.1q dot1q # 802.1Q Virtual LAN tagged frame
286 M.dot1q = function (...) return dissector(ffi.typeof('struct dot1q_t'), ...) end function