Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dethertype.h105 #ifndef ETHERTYPE_QINQ
106 #define ETHERTYPE_QINQ 0x88a8 macro
H A Dprint-ether.c256 case ETHERTYPE_QINQ: in ether_encap_print()
257 if (ethertype == ETHERTYPE_QINQ) in ether_encap_print()
/openbsd/sys/net/
H A Dif_vlan.c202 sc->sc_type = ETHERTYPE_QINQ; in vlan_clone_create()
405 case ETHERTYPE_QINQ: in vlan_input()
436 eh->ether_type == htons(ETHERTYPE_QINQ)) { in vlan_input()
491 tagh = sc->sc_type == ETHERTYPE_QINQ ? svlan_tagh : vlan_tagh; in vlan_up()
598 tagh = sc->sc_type == ETHERTYPE_QINQ ? svlan_tagh : vlan_tagh; in vlan_down()
881 tagh = sc->sc_type == ETHERTYPE_QINQ ? svlan_tagh : vlan_tagh; in vlan_set_vnetid()
1060 tagh = type == ETHERTYPE_QINQ ? svlan_tagh : vlan_tagh; in vlan_inuse_locked()
H A Dethertypes.h304 #define ETHERTYPE_QINQ 0x88A8 /* 802.1ad VLAN stacking */ macro
H A Dif_tpmr.c221 case ETHERTYPE_QINQ: in tpmr_vlan_filter()
H A Dif_bridge.c1832 etype == ETHERTYPE_QINQ) { in bridge_fragment()
H A Dif_ethersubr.c430 etype == ETHERTYPE_VLAN || etype == ETHERTYPE_QINQ) { in ether_input()
H A Dif_veb.c482 case ETHERTYPE_QINQ: in veb_vlan_filter()
/openbsd/sys/dev/fdt/
H A Dif_mvpp.c1039 ret = mvpp2_prs_double_vlan_add(sc, ETHERTYPE_VLAN, ETHERTYPE_QINQ, in mvpp2_prs_vlan_init()
1047 ret = mvpp2_prs_vlan_add(sc, ETHERTYPE_QINQ, MVPP2_PRS_SINGLE_VLAN_AI, in mvpp2_prs_vlan_init()
/openbsd/sys/dev/pci/
H A Dif_aq_pci.c2582 ETHERTYPE_QINQ); in aq_hw_init_rx_path()