Home
last modified time | relevance | path

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

/dragonfly/sys/net/bridge/
H A Dif_bridge.c4002 struct llc *llc2 = (struct llc *)(eh1 + 1); in bridge_pfil() local
4005 llc2->llc_dsap == LLC_SNAP_LSAP && in bridge_pfil()
4006 llc2->llc_ssap == LLC_SNAP_LSAP && in bridge_pfil()
4007 llc2->llc_control == LLC_UI) { in bridge_pfil()
4008 ether_type = htons(llc2->llc_un.type_snap.ether_type); in bridge_pfil()