Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_bridge.c3204 struct llc *llc2 = (struct llc *)(eh1 + 1); in bridge_pfil() local
3207 llc2->llc_dsap == LLC_SNAP_LSAP && in bridge_pfil()
3208 llc2->llc_ssap == LLC_SNAP_LSAP && in bridge_pfil()
3209 llc2->llc_control == LLC_UI) { in bridge_pfil()
3210 ether_type = htons(llc2->llc_un.type_snap.ether_type); in bridge_pfil()